Skip to content

Commit

Permalink
Restrict numpy on all Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 28, 2021
1 parent 03ee2c0 commit 77d8a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install_requires =
keyring
keyrings.alt
# Remove this line once hdmf supports h5py v3.0+:
numpy >=1.16, <1.19.4 ; python_version > "3.8"
numpy >=1.16, <1.19.4
pycryptodomex # for EncryptedKeyring backend in keyrings.alt
pydantic >= 1.8.1
pynwb >= 1.0.3,!=1.1.0
Expand Down

0 comments on commit 77d8a50

Please sign in to comment.