Skip to content

Commit

Permalink
Bump pytorch 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thodkatz committed Sep 12, 2024
1 parent 6996b5a commit 85feeac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ test:
{% for dep in setup_py_data['extras_require']['server-pytorch'] %}
- {{ dep.lower() }}
{% endfor %}
# this is still necessary, torchvision doesn't work properly with cpuonly mutex
- torchvision=*=*cpu
- pytest
- pytest-grpc
- cpuonly
- ilastik-pytorch-version-helper-cpu
imports:
# client
- tiktorch
Expand Down
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@
"pyyaml",
"xarray",
],
extras_require={
"server-pytorch": [
"pytorch>=1.6",
"scikit-learn",
]
},
extras_require={"server-pytorch": ["pytorch>=2.4", "scikit-learn", "torchvision"]},
entry_points={"console_scripts": ["tiktorch=tiktorch.server.base:main"]},
# extras_require={"test": ["pytest"]},
project_urls={ # Optional
Expand Down

0 comments on commit 85feeac

Please sign in to comment.