Skip to content

Commit

Permalink
Add explicit version to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
events555 committed Nov 20, 2024
1 parent dafc8d6 commit 039c1a4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ Repository = "https://github.com/events555/sdim"
Documentation = "https://events555.github.io/sdim/sdim.html"

[tool.poetry.dependencies]
python = "^3.7"
numpy = "*"
sympy = "*"
cirq = "*"
pdoc = "*"
python = "^3.11"
numpy = ">=2.0.0"
sympy = ">=1.12.1"
cirq = ">=1.0.0"
Diophantine = "*"

[tool.poetry.dev-dependencies]
pdoc = "*"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 039c1a4

Please sign in to comment.