Skip to content

Commit

Permalink
Set numpy version < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek committed Jun 26, 2024
1 parent 1fd7d6b commit 3396175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- torchvision
- einops
- matplotlib
- numpy<2
- seaborn
- imageio
- fastcore
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords = nbdev jupyter notebook python
language = English
status = 3
user = eigenvivek
requirements = matplotlib seaborn tqdm imageio fastcore 'pyvista[all]' einops torchvision scipy torchio timm
requirements = matplotlib seaborn tqdm imageio fastcore 'pyvista[all]' einops torchvision scipy torchio timm numpy<2
pip_requirements = torch
conda_requirements = pytorch
dev_requirements = nbdev black flake8 ipykernel ipywidgets
Expand Down

0 comments on commit 3396175

Please sign in to comment.