We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad68c7f commit a970407Copy full SHA for a970407
environment.yml
@@ -9,7 +9,7 @@ channels:
9
dependencies:
10
- python
11
- compilers
12
- - numpy>=1.17.0
+ - numpy>=1.17.0,<1.26.0
13
- scipy>=0.14
14
- filelock
15
- etuples
pyproject.toml
@@ -2,7 +2,7 @@
2
requires = [
3
"setuptools>=48.0.0",
4
"cython",
5
- "numpy>=1.17.0",
+ "numpy>=1.17.0,<1.26",
6
"versioneer[toml]==0.28",
7
]
8
build-backend = "setuptools.build_meta"
@@ -52,7 +52,7 @@ keywords = [
52
dependencies = [
53
54
"scipy>=0.14",
55
56
"filelock",
57
"etuples",
58
"logical-unification",
0 commit comments