Skip to content

Commit

Permalink
restored build config yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry committed Dec 10, 2024
1 parent b072e95 commit 4866a26
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
14 changes: 14 additions & 0 deletions conda-build/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: conda-publish-env
dependencies:
- python
- setuptools
- future
- numpy>=0.11
- pandas>=0.20.3
- scikit-learn>=0.19.0
- scipy>=0.17.0
- pillow>=6.2.0
- torch>=1.0.0
- torchvision
- tqdm>=4.65.0
- h5py>=3.7.0
14 changes: 14 additions & 0 deletions conda-build/conda_publish_env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: conda-publish-env
dependencies:
- python
- setuptools
- future
- numpy>=0.11
- pandas>=0.20.3
- scikit-learn>=0.19.0
- scipy>=0.17.0
- pillow>=6.2.0
- torch>=1.0.0
- torchvision
- tqdm>=4.65.0
- h5py>=3.7.0
1 change: 0 additions & 1 deletion conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ requirements:
build:
- python
- setuptools
- numpy>=1.11
run:
- python>=3.8,<=3.12
- future
Expand Down

0 comments on commit 4866a26

Please sign in to comment.