pin python (#5272)

This commit is contained in:
Mert
2023-11-22 19:42:17 -05:00
committed by GitHub
parent 6eadca330b
commit 6e10d15f2c
2 changed files with 4 additions and 124 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ readme = "README.md"
packages = [{include = "app"}]
[tool.poetry.dependencies]
python = "^3.11"
python = "~3.11"
torch = [
{markers = "platform_machine == 'arm64' or platform_machine == 'aarch64'", version = "=2.1.0", source = "pypi"},
{markers = "platform_machine == 'amd64' or platform_machine == 'x86_64'", version = "=2.1.0", source = "pytorch-cpu"}