Skip to content

Commit

Permalink
Add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Sep 8, 2024
1 parent 88b1caf commit 1411cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pinned dependencies to reproduce an entire development environment to use PyNWB
h5py==3.11.0
hdmf==3.14.3
numpy==2.1.1; python_version > 3.9 # numpy 2.1+ is not compatible with py3.9
numpy==2.0.2; python_version == 3.9
numpy==2.1.1; python_version > "3.9" # numpy 2.1+ is not compatible with py3.9
numpy==2.0.2; python_version == "3.9"
pandas==2.2.2
python-dateutil==2.9.0.post0

0 comments on commit 1411cfb

Please sign in to comment.