Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Jan 13, 2025
1 parent 6916103 commit a90bdca
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ docs = [
"mkdocstrings-python"
]
learning = [
"torch >= 1.6.0",
"torch >= 1.6.0,< 2.5.0; python_version < '3.9'",
"torch >= 2.5.0; python_version >= '3.9'",
"transformers >= 4.0.0"
]

Expand Down Expand Up @@ -104,9 +105,3 @@ src_paths = ["crowdkit", "tests"]

[tool.pyupgrade]
py38-plus = true

[tool.uv]
override-dependencies = [
"torch < 2.5.0; python_version < '3.9'",
"torch >= 2.5.0; python_version >= '3.9'"
]

0 comments on commit a90bdca

Please sign in to comment.