Skip to content

Commit a970407

Browse files
committed
Pin numpy upper version
1 parent ad68c7f commit a970407

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ channels:
99
dependencies:
1010
- python
1111
- compilers
12-
- numpy>=1.17.0
12+
- numpy>=1.17.0,<1.26.0
1313
- scipy>=0.14
1414
- filelock
1515
- etuples

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=48.0.0",
44
"cython",
5-
"numpy>=1.17.0",
5+
"numpy>=1.17.0,<1.26",
66
"versioneer[toml]==0.28",
77
]
88
build-backend = "setuptools.build_meta"
@@ -52,7 +52,7 @@ keywords = [
5252
dependencies = [
5353
"setuptools>=48.0.0",
5454
"scipy>=0.14",
55-
"numpy>=1.17.0",
55+
"numpy>=1.17.0,<1.26",
5656
"filelock",
5757
"etuples",
5858
"logical-unification",

0 commit comments

Comments
 (0)