File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ channels:
5
5
- nvidia
6
6
dependencies :
7
7
- pip
8
- - pytorch>2.2,<2.3
8
+ - pytorch
9
9
- einops
10
10
- torchvision
11
11
- torchio
12
12
- timm
13
- - numpy<2
13
+ - numpy
14
14
- matplotlib
15
15
- seaborn
16
16
- imageio
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ keywords = nbdev jupyter notebook python
26
26
language = English
27
27
status = 3
28
28
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
32
32
dev_requirements = nbdev black flake8 ipykernel ipywidgets jupyterlab jupyterlab_execute_time jupyterlab-code-formatter isort
33
33
readme_nb = index.ipynb
34
34
allowed_metadata_keys =
You can’t perform that action at this time.
0 commit comments