Skip to content

Commit

Permalink
relax python version
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarciae committed Mar 16, 2023
1 parent 01bfc93 commit 223934e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ url = "https://download.pytorch.org/whl/cpu/"
secondary = true

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = "^3.8"
einops = ">=0.4.0"
# simple_pytree = { path = "../simple-pytree", develop = true }
simple_pytree = ">=0.1.3"
Expand Down

0 comments on commit 223934e

Please sign in to comment.