forked from jacobgil/pytorch-grad-cam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
49 lines (49 loc) · 3.12 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
certifi==2023.11.17 ; python_version >= "3.8"
charset-normalizer==3.3.2 ; python_version >= "3.8"
colorama==0.4.6 ; python_version >= "3.8" and platform_system == "Windows"
contourpy==1.1.1 ; python_version >= "3.8"
cycler==0.12.1 ; python_version >= "3.8"
filelock==3.13.1 ; python_version >= "3.8"
fonttools==4.47.2 ; python_version >= "3.8"
fsspec==2023.12.2 ; python_version >= "3.8"
idna==3.6 ; python_version >= "3.8"
importlib-resources==6.1.1 ; python_version < "3.10" and python_version >= "3.8"
jinja2==3.1.3 ; python_version >= "3.8"
joblib==1.3.2 ; python_version >= "3.8"
kiwisolver==1.4.5 ; python_version >= "3.8"
markupsafe==2.1.4 ; python_version >= "3.8"
matplotlib==3.7.4 ; python_version >= "3.8"
mpmath==1.3.0 ; python_version >= "3.8"
networkx==3.1 ; python_version >= "3.8"
numpy==1.24.4 ; python_version >= "3.8"
nvidia-cublas-cu12==12.1.3.1 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
nvidia-cuda-cupti-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
nvidia-cuda-runtime-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
nvidia-cudnn-cu12==8.9.2.26 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
nvidia-cufft-cu12==11.0.2.54 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
nvidia-curand-cu12==10.3.2.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
nvidia-cusolver-cu12==11.4.5.107 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
nvidia-cusparse-cu12==12.1.0.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
nvidia-nccl-cu12==2.18.1 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
nvidia-nvjitlink-cu12==12.3.101 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
nvidia-nvtx-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
opencv-python-headless==4.9.0.80 ; python_version >= "3.8"
packaging==23.2 ; python_version >= "3.8"
pillow==10.2.0 ; python_version >= "3.8"
pyparsing==3.1.1 ; python_version >= "3.8"
python-dateutil==2.8.2 ; python_version >= "3.8"
requests==2.31.0 ; python_version >= "3.8"
scikit-learn==1.3.2 ; python_version >= "3.8"
scipy==1.9.3 ; python_version >= "3.8"
six==1.16.0 ; python_version >= "3.8"
sympy==1.12 ; python_version >= "3.8"
threadpoolctl==3.2.0 ; python_version >= "3.8"
torch==2.1.2 ; python_version >= "3.8"
torchvision==0.16.2 ; python_version >= "3.8"
tqdm==4.66.1 ; python_version >= "3.8"
triton==2.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8"
ttach==0.0.3 ; python_version >= "3.8"
typing-extensions==4.9.0 ; python_version >= "3.8"
urllib3==2.1.0 ; python_version >= "3.8"
zipp==3.17.0 ; python_version < "3.10" and python_version >= "3.8"