Skip to content

Commit 67c08db

Browse files
authored
Upgrade pytorch/torchio (#313)
1 parent 704b569 commit 67c08db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ channels:
55
- nvidia
66
dependencies:
77
- pip
8-
- pytorch>2.2,<2.3
8+
- pytorch
99
- einops
1010
- torchvision
1111
- torchio
1212
- timm
13-
- numpy<2
13+
- numpy
1414
- matplotlib
1515
- seaborn
1616
- imageio

settings.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ keywords = nbdev jupyter notebook python
2626
language = English
2727
status = 3
2828
user = eigenvivek
29-
requirements = matplotlib seaborn tqdm imageio fastcore 'pyvista[all]' einops torchvision==0.17.2 scipy torchio timm numpy==1.26.4
30-
pip_requirements = torch==2.2.2
31-
conda_requirements = pytorch==2.2.2
29+
requirements = matplotlib seaborn tqdm imageio fastcore 'pyvista[all]' einops torchvision scipy torchio timm numpy
30+
pip_requirements = torch
31+
conda_requirements = pytorch
3232
dev_requirements = nbdev black flake8 ipykernel ipywidgets jupyterlab jupyterlab_execute_time jupyterlab-code-formatter isort
3333
readme_nb = index.ipynb
3434
allowed_metadata_keys =

0 commit comments

Comments
 (0)