From 584b18b57229eb197cd87153244f3e1a9989a1ea Mon Sep 17 00:00:00 2001 From: Liyu Xiao Date: Fri, 16 May 2025 14:00:27 -0400 Subject: [PATCH] released the binary to riahub, deleted the whl folder under the repo, added requirements.txt to download dependencies --- .riahub/workflows/workflow.yaml | 4 +--- requirements.txt | 5 +++++ wheels/utils-0.1.2.dev0-py3-none-any.whl | 3 --- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 requirements.txt delete mode 100644 wheels/utils-0.1.2.dev0-py3-none-any.whl diff --git a/.riahub/workflows/workflow.yaml b/.riahub/workflows/workflow.yaml index 11fd288..4fdc1ce 100644 --- a/.riahub/workflows/workflow.yaml +++ b/.riahub/workflows/workflow.yaml @@ -35,9 +35,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install h5py numpy - pip install dist/utils-0.1.2.dev0-py3-none-any.whl - pip install -e . + pip install -r requirements.txt - name: 1. Build HDF5 Dataset run: | diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9c11bca --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +h5py +numpy +https://riahub.qoherent.internal:3000/qoherent/modrec-workflow/releases +https://riahub.qoherent.internal:3000/qoherent/modrec-workflow/releases/download/v0.1.0/utils-0.1.2.dev0-py3-none-any.whl + diff --git a/wheels/utils-0.1.2.dev0-py3-none-any.whl b/wheels/utils-0.1.2.dev0-py3-none-any.whl deleted file mode 100644 index e4a2ac8..0000000 --- a/wheels/utils-0.1.2.dev0-py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be142bfe2592be07be29b879e1c8b8acac28c3b205653327f34674391e964069 -size 239356