Skip to content

Commit

Permalink
Pin numpy upper version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Sep 21, 2023
1 parent ad68c7f commit a970407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ channels:
dependencies:
- python
- compilers
- numpy>=1.17.0
- numpy>=1.17.0,<1.26.0
- scipy>=0.14
- filelock
- etuples
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools>=48.0.0",
"cython",
"numpy>=1.17.0",
"numpy>=1.17.0,<1.26",
"versioneer[toml]==0.28",
]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -52,7 +52,7 @@ keywords = [
dependencies = [
"setuptools>=48.0.0",
"scipy>=0.14",
"numpy>=1.17.0",
"numpy>=1.17.0,<1.26",
"filelock",
"etuples",
"logical-unification",
Expand Down

0 comments on commit a970407

Please sign in to comment.