Skip to content

Commit

Permalink
add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afrendeiro committed Mar 15, 2024
1 parent 1563e09 commit 36403f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,20 @@ classifiers = [
#license = "gpt3"
requires-python = ">=3.10"
dependencies = [
"requests",
"tqdm",
"opencv-python",
"scikit-image",
"h5py",
"matplotlib",
"numpy",
"opencv-python",
"openslide-python",
"pandas",
"Pillow",
"requests",
"scikit-image",
"scikit-learn",
"scipy",
"torch",
"torchvision",
"tqdm",
]
dynamic = ['version']

Expand Down
11 changes: 7 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
requests
tqdm
opencv-python
scikit-image
h5py
matplotlib
numpy
opencv-python
openslide-python
pandas
Pillow
requests
scikit-image
scikit-learn
scipy
torch
torchvision
tqdm

0 comments on commit 36403f2

Please sign in to comment.