Skip to content

Commit

Permalink
Build: update dependencies (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanlin2013 committed Jun 13, 2022
1 parent b1fa0c9 commit bac8636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ keywords = ["tensornetwork", "quantum-mechanics", "quantum-algorithms"]
python = ">=3.9, <3.11"
toml = "^0.10.2"
tqdm = "^4.63.0"
numpy = "1.21.6"
scipy = "1.8.0"
numpy = ">=1.18, <1.23"
scipy = ">=1.1, <2.0"
primme = "3.2.1"
h5py = "3.6.0"
h5py = ">=3.6, <4.0"
graphviz = "0.20"
#mkl-devel = "2022.0.3"
tensornetwork = "0.4.6"
autoray = "0.2.5"
autoray = ">=0.2, <0.4"
quimb = "1.3.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit bac8636

Please sign in to comment.