Skip to content

Commit

Permalink
Broader numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney authored Oct 19, 2023
1 parent 8c231eb commit 8f6faa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
36 changes: 1 addition & 35 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = ["circuitsvis/dist/cdn/iife.js", "circuitsvis/dist/cdn/iife.js.map"]
[tool.poetry.dependencies]
importlib-metadata = ">=5.1.0"
numpy = [{ version = ">=1.20,<1.25", python = ">=3.8,<3.9" },
{ version = ">=1.25,<1.26", python = ">=3.9,<3.12" },
{ version = ">=1.24", python = ">=3.9,<3.12" },
{ version = ">=1.26", python = ">=3.12,<3.13" }]
python = ">=3.8"
torch = ">=1.10" # See PyTorch 2 fix below
Expand Down

0 comments on commit 8f6faa5

Please sign in to comment.