From 4866a26d30574794aee8a01837f53172c9c442db Mon Sep 17 00:00:00 2001 From: Darnell Granberry <40174000+DarnellGranberry@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:24:39 -0500 Subject: [PATCH] restored build config yaml --- conda-build/conda_build_config.yaml | 14 ++++++++++++++ conda-build/conda_publish_env.yaml | 14 ++++++++++++++ conda-build/meta.yaml | 1 - 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 conda-build/conda_build_config.yaml create mode 100644 conda-build/conda_publish_env.yaml diff --git a/conda-build/conda_build_config.yaml b/conda-build/conda_build_config.yaml new file mode 100644 index 0000000..8532234 --- /dev/null +++ b/conda-build/conda_build_config.yaml @@ -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 diff --git a/conda-build/conda_publish_env.yaml b/conda-build/conda_publish_env.yaml new file mode 100644 index 0000000..8532234 --- /dev/null +++ b/conda-build/conda_publish_env.yaml @@ -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 diff --git a/conda-build/meta.yaml b/conda-build/meta.yaml index c61d76b..15f7a02 100644 --- a/conda-build/meta.yaml +++ b/conda-build/meta.yaml @@ -12,7 +12,6 @@ requirements: build: - python - setuptools - - numpy>=1.11 run: - python>=3.8,<=3.12 - future