Skip to content

Commit

Permalink
Raise highest supported Python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 committed Dec 12, 2022
1 parent b6dfd3a commit 525dcb0
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 34 deletions.
65 changes: 35 additions & 30 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ readme="README.md"
# do so with the --only option: ``poetry install --only main``. Equally, you can exclude one or
# more groups with the --without option: ``poetry install --without torch``.
[tool.poetry.dependencies]
python = ">=3.8.0,<3.11"
python = ">=3.8.0,<3.12"

[tool.poetry.group.wandb.dependencies]
pandas = { version = "^1.4.3" }
pandas = { version = "^1.5.0" }
wandb = { version= ">=0.12,<0.14" }

[tool.poetry.group.torch.dependencies]
torch = { version = ">=1.12.1" }
numpy = { version = "^1.21.4" }
numpy = { version = "^1.23.2" }

[tool.poetry.group.hydra.dependencies]
hydra-core = { version = "^1.2.0" }
hydra-core = { version = "^1.3.0" }
neoconfigen = { version = ">=2.3.3" }

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 525dcb0

Please sign in to comment.