Skip to content

Commit 30b760f

Browse files
maresbricardoV94
authored andcommitted
Pin Numpy version to <2
This will help with publishing a repodata patch for conda-forge as per <#688 (comment)>. This will no longer be necessary when we are finished with <#689>.
1 parent 76a6c2e commit 30b760f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ keywords = [
4848
dependencies = [
4949
"setuptools>=48.0.0",
5050
"scipy>=0.14",
51-
"numpy>=1.17.0",
51+
"numpy>=1.17.0,<2",
5252
"filelock",
5353
"etuples",
5454
"logical-unification",

0 commit comments

Comments
 (0)