We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dfe70 commit a8d7638Copy full SHA for a8d7638
environment.yml
@@ -10,7 +10,7 @@ dependencies:
10
- python>=3.10
11
- compilers
12
- numpy>=1.17.0
13
- - scipy>=0.14
+ - scipy>=0.14,<1.14.0
14
- filelock
15
- etuples
16
- logical-unification
pyproject.toml
@@ -47,7 +47,7 @@ keywords = [
47
]
48
dependencies = [
49
"setuptools>=59.0.0",
50
- "scipy>=0.14",
+ "scipy>=0.14,<1.14",
51
"numpy>=1.17.0,<2",
52
"filelock",
53
"etuples",
0 commit comments