Skip to content

Commit

Permalink
adding requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
afoix committed Aug 17, 2024
1 parent 3bbc909 commit a7245dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a7245dc

Please sign in to comment.