Skip to content

Commit

Permalink
update numpy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Sep 6, 2024
1 parent a0ef2ea commit 1c1a991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment-ros3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- h5py==3.11.0
- hdmf==3.14.3
- matplotlib==3.8.0
- numpy==2.0.2
- numpy==2.0.0
- pandas==2.2.2
- python-dateutil==2.9.0
- setuptools
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pinned dependencies to reproduce an entire development environment to use PyNWB
h5py==3.11.0
hdmf==3.14.3
numpy==2.0.2
numpy==2.0.0
pandas==2.2.2
python-dateutil==2.9.0.post0

0 comments on commit 1c1a991

Please sign in to comment.