Skip to content

Commit

Permalink
Unpin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-m-murphy committed Feb 5, 2025
1 parent acac516 commit c489137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment-osx-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ channels:
dependencies:
- python=>3.10
- compilers
- numpy>=1.17.0,<2.2
- numpy>=1.17.0
- scipy>=1,<2
- filelock>=3.15
- etuples
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- python>=3.10
- compilers
- numpy>=1.17.0
- scipy>=1,<2.2
- scipy>=1
- filelock>=3.15
- etuples
- logical-unification
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ keywords = [
dependencies = [
"setuptools>=59.0.0",
"scipy>=1,<2",
"numpy>=1.17.0,<2.2",
"numpy>=1.17.0",
"filelock>=3.15",
"etuples",
"logical-unification",
Expand Down

0 comments on commit c489137

Please sign in to comment.