Skip to content

Commit

Permalink
Enabled new versions of packagess
Browse files Browse the repository at this point in the history
  • Loading branch information
tueboesen committed Feb 20, 2024
1 parent 9a37dc7 commit 80c2a5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
torch = "^1.5"
matplotlib = "^3.7.1"
numpy = "^1.24.2"
python = ">=3.10"
torch = ">=1.5"
matplotlib = ">=3.7.1"
numpy = ">=1.24.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.2"
pre-commit = "^3.1.1"
pytest = ">=7.2.2"
pre-commit = ">=3.1.1"

[build-system]
requires = ["poetry-core"]
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[tox]
isolated_build = True
envlist = py310
envlist =
py310
py311

[gh-actions]
python =
3.10: py310
3.11: py311

[testenv]
deps =
Expand Down

0 comments on commit 80c2a5d

Please sign in to comment.