Skip to content

Commit

Permalink
mnt: update pytorch versions (#2692)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Apr 14, 2023
1 parent fe83334 commit fb77a62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/core-conda-bld.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.os == 'windows-latest'
shell: cmd
run: echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%"
- uses: al-cheb/configure-pagefile-action@v1.2
- uses: al-cheb/configure-pagefile-action@v1.3
with:
minimum-size: 12GB
if: |
Expand Down Expand Up @@ -103,21 +103,21 @@ jobs:
shell: bash -l {0}
run: |
xvfb-run --server-args="-screen 0 1024x768x24" conda mambabuild --test --override-channels \
-c ./pkgs -c pytorch -c ilastik-forge -c conda-forge \
-c ./pkgs -c conda-forge -c ilastik-forge \
./pkgs/noarch/${ILASTIK_PACKAGE_NAME}
- name: osx test
if: matrix.os == 'macos-latest'
shell: bash -l {0}
run: |
VOLUMINA_SHOW_3D_WIDGET=0 conda mambabuild --test --override-channels \
-c ./pkgs -c pytorch -c ilastik-forge -c conda-forge \
-c ./pkgs -c conda-forge -c ilastik-forge \
./pkgs/noarch/${ILASTIK_PACKAGE_NAME}
- name: windows test
if: matrix.os == 'windows-latest'
shell: cmd /C CALL {0}
run: |
set VOLUMINA_SHOW_3D_WIDGET=0
conda mambabuild --test --override-channels ^
-c .\pkgs -c pytorch -c ilastik-forge -c conda-forge ^
-c .\pkgs -c pytorch -c conda-forge -c ilastik-forge ^
.\pkgs\noarch\%ILASTIK_PACKAGE_NAME%
6 changes: 3 additions & 3 deletions conda-recipe/meta.yaml
Expand Up @@ -108,7 +108,6 @@ outputs:
- pytorch >=1.6
- tensorflow 1.14.*
- tiktorch 23.2.0*
- cpuonly
- inferno
- torchvision
test:
Expand All @@ -121,6 +120,7 @@ outputs:
- pytest-qt
# need to help mamba here a bit
- ilastik-pytorch-version-helper-cpu
- pytorch 1.12.*

imports:
- ilastik
Expand Down Expand Up @@ -169,8 +169,8 @@ outputs:
requires:
- pytest >=3,<4
- pytest-qt
- pytorch 1.9.*
- cudatoolkit 11.1.*
- pytorch 1.12.*
- cudatoolkit 11.*

imports:
- ilastik
Expand Down

0 comments on commit fb77a62

Please sign in to comment.