Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix torchio/pytorch version issues #290

Closed
wants to merge 16 commits into from
15 changes: 8 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ channels:
- nvidia
dependencies:
- pip
- pytorch
- pytorch>2.2
- torchvision
- pytorch-cuda=12.1
- einops
- torchio
- timm
- matplotlib
- seaborn
- imageio
- fastcore
- tqdm
- pyvista
- vtk
- numpy<2
- scipy
- pip:
- pyvista
- timm
- torchio
- vtk
- tqdm
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
pip_requirements = torch
conda_requirements = pytorch
requirements = matplotlib seaborn tqdm imageio fastcore 'pyvista[all]' einops scipy
pip_requirements =
conda_requirements =
dev_requirements = nbdev black flake8 ipykernel ipywidgets
readme_nb = index.ipynb
allowed_metadata_keys =
Expand Down
Loading