We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acac516 commit c489137Copy full SHA for c489137
environment-osx-arm64.yml
@@ -9,7 +9,7 @@ channels:
9
dependencies:
10
- python=>3.10
11
- compilers
12
- - numpy>=1.17.0,<2.2
+ - numpy>=1.17.0
13
- scipy>=1,<2
14
- filelock>=3.15
15
- etuples
environment.yml
@@ -10,7 +10,7 @@ dependencies:
- python>=3.10
- numpy>=1.17.0
- - scipy>=1,<2.2
+ - scipy>=1
16
- logical-unification
pyproject.toml
@@ -48,7 +48,7 @@ keywords = [
48
dependencies = [
49
"setuptools>=59.0.0",
50
"scipy>=1,<2",
51
- "numpy>=1.17.0,<2.2",
+ "numpy>=1.17.0",
52
"filelock>=3.15",
53
"etuples",
54
"logical-unification",
0 commit comments