Skip to content

Commit

Permalink
build: remove forcing numpy<2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Jul 26, 2024
1 parent a9c7f0f commit 9da0fd4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment-dev-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
dependencies:
- python>=3.6.4
- pip
- numpy>=1.21.0,<2.0.0
- numpy>=1.21.0
- scipy>=1.11.0
- pytorch>=1.2.0
- cpuonly
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
dependencies:
- python>=3.6.4
- pip
- numpy>=1.21.0,<2.0.0
- numpy>=1.21.0
- scipy>=1.11.0
- pytorch>=1.2.0
- cpuonly
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- defaults
dependencies:
- python>=3.6.4
- numpy>=1.21.0,<2.0.0
- numpy>=1.21.0
- scipy>=1.14.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
]
dependencies = [
"numpy >= 1.21.0 , < 2.0.0",
"numpy >= 1.21.0",
"scipy >= 1.11.0",
]
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.21.0,<2.0.0
numpy>=1.21.0
scipy>=1.11.0
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=1.2.0
Expand Down

0 comments on commit 9da0fd4

Please sign in to comment.