mirror of
https://github.com/vale981/hopsflow
synced 2025-03-05 08:51:37 -05:00
downgrade numpy
This commit is contained in:
parent
37f384a0ff
commit
9e33c9ca50
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ repository = "https://github.com/vale981/hopsflow"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<3.11"
|
python = ">=3.9,<3.11"
|
||||||
sqlitedict = "^1.7.0"
|
sqlitedict = "^1.7.0"
|
||||||
numpy = "^1.21.4"
|
numpy = "^1.20.0"
|
||||||
scipy = "^1.7.3"
|
scipy = "^1.7.3"
|
||||||
stocproc = { git = "https://github.com/vale981/stocproc" }
|
stocproc = { git = "https://github.com/vale981/stocproc" }
|
||||||
tqdm = "^4.62.3"
|
tqdm = "^4.62.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue