downgrade numpy

This commit is contained in:
Valentin Boettcher 2022-01-18 16:06:26 +01:00
parent 37f384a0ff
commit 9e33c9ca50

View file

@ -9,7 +9,7 @@ repository = "https://github.com/vale981/hopsflow"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
sqlitedict = "^1.7.0"
numpy = "^1.21.4"
numpy = "^1.20.0"
scipy = "^1.7.3"
stocproc = { git = "https://github.com/vale981/stocproc" }
tqdm = "^4.62.3"