Skip to content

Commit

Permalink
Disallow pytorch 2.4.1
Browse files Browse the repository at this point in the history
Doesn't work with tiktorch on Windows
  • Loading branch information
btbest committed Sep 6, 2024
1 parent 8106d68 commit 7a6e103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ outputs:
run:
- python 3.9.*
- ilastik-core {{ setup_py_data.version }}
- pytorch >=1.6
- pytorch >=1.6,!=2.4.1
- tiktorch 23.11.0*
- torchvision
- volumina
Expand Down Expand Up @@ -168,7 +168,7 @@ outputs:
run:
- python 3.9.*
- ilastik-core {{ setup_py_data.version }}
- pytorch >=1.6
- pytorch >=1.6,!=2.4.1
- tiktorch 23.11.0*
- torchvision
- pytorch-cuda
Expand Down
2 changes: 1 addition & 1 deletion dev/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies:
# can be changed to request gpu versions
# pytorch 2.4.* will work for all platforms except osx-64, where currently the
# latest version is 2.2.2
- pytorch 2.4.*
- pytorch 2.4.*,!=2.4.1
- cpuonly # comment out for pytorch with cuda
# mamba does not "respect" track_features, which is the idea behind cpuonly,
# with ilastik-pytorch-version-helper-cpu we help mamba on linux and windows
Expand Down

0 comments on commit 7a6e103

Please sign in to comment.