Skip to content

Commit 67b184f

Browse files
authored
Remove giac as dependency, and add sagemath_giac as optional dependency
1 parent e0cf1e4 commit 67b184f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ requires-python = ">=3.11, <3.14"
7575
R = [
7676
'rpy2 >=3.3',
7777
]
78+
giac = [
79+
'sagemath_giac',
80+
]
7881

7982
[project.readme]
8083
file = "README.md"
@@ -120,7 +123,6 @@ host-requires = [
120123
"pkg:generic/libgd",
121124
"pkg:generic/gap",
122125
"pkg:generic/gfan",
123-
"pkg:generic/giac",
124126
"pkg:generic/givaro",
125127
"pkg:generic/glpk",
126128
"pkg:generic/gmp",

0 commit comments

Comments
 (0)