Skip to content

Commit

Permalink
🔟 Force python 3.10.
Browse files Browse the repository at this point in the history
PDM should work on this.
  • Loading branch information
rentruewang committed Jan 24, 2024
1 parent 4ed3c3d commit 8180952
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 @@ -10,7 +10,7 @@ dependencies = [
"scipy>=1.11.4",
"torch>=2.1.2",
]
requires-python = ">=3.10"
requires-python = "==3.10.*"
readme = "README.md"
license = {text = "Apache-2.0"}

Expand Down

0 comments on commit 8180952

Please sign in to comment.