Skip to content

Commit

Permalink
remove upper bound on python
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 2, 2024
1 parent 6b92d68 commit f51a10e
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
122 changes: 61 additions & 61 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/tschm/TinyCTA"
packages = [{include = "tinycta"}]

[tool.poetry.dependencies]
python = ">=3.9.0,<3.13"
python = ">=3.9.0"
numpy = "*"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit f51a10e

Please sign in to comment.