Skip to content
Snippets Groups Projects
Commit b22de4ed authored by François  LAURENT's avatar François LAURENT
Browse files

allow older versions of numpy and h5py

parent 9cd69e0e
No related branches found
No related tags found
No related merge requests found
Pipeline #80544 passed
......@@ -8,8 +8,8 @@ authors = ["François Laurent <francois.laurent@pasteur.fr>"]
python = "^3.8"
julia = "^0.5.7"
hdf5storage = "^0.1.18"
h5py = "^3.6.0"
numpy = "^1.22.3"
h5py = "^3.1.0"
numpy = "^1.19.3"
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment