Skip to content

Commit

Permalink
Using packaging instead of pinning setuptools (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden authored Jul 11, 2024
1 parent b4e0749 commit fdc7c88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- rich >=13.5, <14
- torchvision ~=0.16.1
- typer ~=0.9.0
- setuptools <70
- packaging >=24.1, <25
run_constrained:
- pytorch-cuda >=11.8

Expand Down
15 changes: 7 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rich = ">=13.5,<14"
torch = ">=2.1.0,<3"
torchvision = ">=0.16.1"
typer = ">=0.9.0"
setuptools = "<70"
packaging = "^24.1"

[tool.poetry.group.dev.dependencies]
pre-commit = ">=3.3.3"
Expand Down

0 comments on commit fdc7c88

Please sign in to comment.