Skip to content

Commit

Permalink
Remove numpy pin
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 23, 2024
1 parent 0aee897 commit b2fce73
Show file tree
Hide file tree
Showing 3 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 @@ -23,7 +23,7 @@ dependencies:
# - libgcc # dlc-only
- matplotlib
- non_local_detector
- numpy<1.24
- numpy
- pip
- position_tools
- pybind11 # req by mountainsort4 -> isosplit5
Expand Down
2 changes: 1 addition & 1 deletion environment_dlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- libgcc # dlc-only
- matplotlib
- non_local_detector
- numpy<1.24
- numpy
- pip>=20.2.*
- position_tools
- pybind11 # req by mountainsort4 -> isosplit5
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"matplotlib",
"ndx_franklab_novela>=0.1.0",
"non_local_detector",
"numpy<1.24",
"numpy",
"opencv-python",
"panel>=1.4.0", # panel #6325 resolved
"position_tools>=0.1.0",
Expand Down

0 comments on commit b2fce73

Please sign in to comment.