Skip to content

Commit

Permalink
conda uses pytorch, pip uses torch
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry committed Dec 11, 2024
1 parent 4866a26 commit b04687f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-build/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- scikit-learn>=0.19.0
- scipy>=0.17.0
- pillow>=6.2.0
- torch>=1.0.0
- pytorch>=1.0.0
- torchvision
- tqdm>=4.65.0
- h5py>=3.7.0
2 changes: 1 addition & 1 deletion conda-build/conda_publish_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- scikit-learn>=0.19.0
- scipy>=0.17.0
- pillow>=6.2.0
- torch>=1.0.0
- pytorch>=1.0.0
- torchvision
- tqdm>=4.65.0
- h5py>=3.7.0
2 changes: 1 addition & 1 deletion conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
- scikit-learn>=0.19.0
- scipy>=0.17.0
- pillow>=6.2.0
- torch>=1.0.0
- pytorch>=1.0.0
- torchvision
- tqdm>=4.65.0
- h5py>=3.7.0
Expand Down

0 comments on commit b04687f

Please sign in to comment.