From a7245dc36f11c59a831b8c605f64b9a82278e88d Mon Sep 17 00:00:00 2001 From: Anna Foix Date: Sat, 17 Aug 2024 18:47:28 +0100 Subject: [PATCH] adding requirements --- .github/workflows/build-notebooks.yaml | 2 +- requirements.txt | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/.github/workflows/build-notebooks.yaml b/.github/workflows/build-notebooks.yaml index 9b1abb2..343bafc 100644 --- a/.github/workflows/build-notebooks.yaml +++ b/.github/workflows/build-notebooks.yaml @@ -18,7 +18,7 @@ jobs: run: | python -m pip install -U pip python -m pip install jupytext nbconvert - + python -m pip install -r requirements.txt - name: Build notebooks run: | diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..07f4f95 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,11 @@ +ipykernel +ipywidgets +torchvision +tqdm +scipy +scikit-learn +pandas +seaborn +git+https://github.com/adjavon/classification.git +git+https://github.com/dlmbl/dlmbl-unet.git +git+https://github.com/pytorch/captum.git