From b04687f7de5abf0c0383f83c7ef6aed5aa3c52e1 Mon Sep 17 00:00:00 2001 From: Darnell Granberry <40174000+DarnellGranberry@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:53:40 -0500 Subject: [PATCH] conda uses pytorch, pip uses torch --- conda-build/conda_build_config.yaml | 2 +- conda-build/conda_publish_env.yaml | 2 +- conda-build/meta.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-build/conda_build_config.yaml b/conda-build/conda_build_config.yaml index 8532234..287df14 100644 --- a/conda-build/conda_build_config.yaml +++ b/conda-build/conda_build_config.yaml @@ -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 diff --git a/conda-build/conda_publish_env.yaml b/conda-build/conda_publish_env.yaml index 8532234..287df14 100644 --- a/conda-build/conda_publish_env.yaml +++ b/conda-build/conda_publish_env.yaml @@ -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 diff --git a/conda-build/meta.yaml b/conda-build/meta.yaml index 15f7a02..08b2f41 100644 --- a/conda-build/meta.yaml +++ b/conda-build/meta.yaml @@ -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