diff --git a/pyproject.toml b/pyproject.toml index 01d8299..7446fb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'] diff --git a/requirements.txt b/requirements.txt index cba7dd0..24cbabc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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