Skip to content

Commit

Permalink
Revert "Upgrade pytorch/torchio (#313)"
Browse files Browse the repository at this point in the history
This reverts commit 67c08db.
  • Loading branch information
eigenvivek committed Aug 1, 2024
1 parent 67c08db commit 0702325
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ channels:
- nvidia
dependencies:
- pip
- pytorch
- pytorch>2.2,<2.3
- einops
- torchvision
- torchio
- timm
- numpy
- numpy<2
- matplotlib
- seaborn
- imageio
Expand Down
6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ keywords = nbdev jupyter notebook python
language = English
status = 3
user = eigenvivek
requirements = matplotlib seaborn tqdm imageio fastcore 'pyvista[all]' einops torchvision scipy torchio timm numpy
pip_requirements = torch
conda_requirements = pytorch
requirements = matplotlib seaborn tqdm imageio fastcore 'pyvista[all]' einops torchvision==0.17.2 scipy torchio timm numpy==1.26.4
pip_requirements = torch==2.2.2
conda_requirements = pytorch==2.2.2
dev_requirements = nbdev black flake8 ipykernel ipywidgets jupyterlab jupyterlab_execute_time jupyterlab-code-formatter isort
readme_nb = index.ipynb
allowed_metadata_keys =
Expand Down

0 comments on commit 0702325

Please sign in to comment.