Skip to content

Commit

Permalink
Fix bug in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek committed Nov 30, 2023
1 parent fc37c4a commit f6e536e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- h5py
- scikit-image
- seaborn
- transformers
- pytorch-transformers
- timm
- torchmetrics
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ status = 3
user = eigenvivek

### Optional ###
requirements = diffdrr h5py scikit-image seaborn torch torchvision pytorch3d timm transformers torchmetrics tqdm beartype jaxtyping
requirements = diffdrr h5py scikit-image seaborn torch torchvision pytorch3d timm pytorch-transformers torchmetrics tqdm beartype jaxtyping
dev_requirements = jupyterlab_code_formatter black flake8 isort nbdev ipykernel jupyter-server-proxy
optional_requirements = submitit

0 comments on commit f6e536e

Please sign in to comment.