Skip to content

Commit

Permalink
Unpin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianopaz committed Oct 16, 2023
1 parent b785a06 commit 5d64688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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,<1.26.0
- numpy>=1.17.0
- scipy>=0.14
- filelock
- etuples
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ keywords = [
dependencies = [
"setuptools>=48.0.0",
"scipy>=0.14",
"numpy>=1.17.0,<1.26",
"numpy>=1.17.0",
"filelock",
"etuples",
"logical-unification",
Expand Down

0 comments on commit 5d64688

Please sign in to comment.