sh0kul commited on
Commit
c4b43aa
·
1 Parent(s): 60dcde3

Fixing requirement.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +89 -6
requirements.txt CHANGED
@@ -1,6 +1,89 @@
1
- streamlit
2
- torch
3
- torchvision
4
- pytorch-lightning
5
- matplotlib
6
- numpy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==4.2.2
4
+ async-timeout==4.0.2
5
+ attrs==23.1.0
6
+ blinker==1.6.2
7
+ cachetools==5.3.0
8
+ certifi==2023.5.7
9
+ charset-normalizer==3.1.0
10
+ click==8.1.3
11
+ cmake==3.26.3
12
+ coloredlogs==15.0.1
13
+ contourpy==1.0.7
14
+ cycler==0.11.0
15
+ decorator==5.1.1
16
+ entrypoints==0.4
17
+ filelock==3.12.0
18
+ flatbuffers==23.5.9
19
+ fonttools==4.39.4
20
+ frozenlist==1.3.3
21
+ fsspec==2023.5.0
22
+ gitdb==4.0.10
23
+ GitPython==3.1.31
24
+ humanfriendly==10.0
25
+ idna==3.4
26
+ importlib-metadata==6.6.0
27
+ Jinja2==3.1.2
28
+ jsonschema==4.17.3
29
+ kiwisolver==1.4.4
30
+ lightning-utilities==0.8.0
31
+ lit==16.0.5
32
+ markdown-it-py==2.2.0
33
+ MarkupSafe==2.1.2
34
+ matplotlib==3.7.1
35
+ mdurl==0.1.2
36
+ mpmath==1.3.0
37
+ multidict==6.0.4
38
+ networkx==3.1
39
+ numpy==1.24.3
40
+ nvidia-cublas-cu11==11.10.3.66
41
+ nvidia-cuda-cupti-cu11==11.7.101
42
+ nvidia-cuda-nvrtc-cu11==11.7.99
43
+ nvidia-cuda-runtime-cu11==11.7.99
44
+ nvidia-cudnn-cu11==8.5.0.96
45
+ nvidia-cufft-cu11==10.9.0.58
46
+ nvidia-curand-cu11==10.2.10.91
47
+ nvidia-cusolver-cu11==11.4.0.1
48
+ nvidia-cusparse-cu11==11.7.4.91
49
+ nvidia-nccl-cu11==2.14.3
50
+ nvidia-nvtx-cu11==11.7.91
51
+ onnxruntime==1.14.1
52
+ packaging==23.1
53
+ pandas==2.0.1
54
+ Pillow==9.5.0
55
+ protobuf==3.20.3
56
+ pyarrow==12.0.0
57
+ pydeck==0.8.1b0
58
+ Pygments==2.15.1
59
+ Pympler==1.0.1
60
+ pyparsing==3.0.9
61
+ pyrsistent==0.19.3
62
+ python-dateutil==2.8.2
63
+ pytorch-lightning==2.0.2
64
+ pytz==2023.3
65
+ pytz-deprecation-shim==0.1.0.post0
66
+ PyYAML==6.0
67
+ requests==2.31.0
68
+ rich==13.3.5
69
+ six==1.16.0
70
+ smmap==5.0.0
71
+ streamlit==1.23.1
72
+ sympy==1.12
73
+ tenacity==8.2.2
74
+ toml==0.10.2
75
+ toolz==0.12.0
76
+ torch==2.0.1
77
+ torchmetrics==0.11.4
78
+ torchvision==0.15.2
79
+ tornado==6.3.2
80
+ tqdm==4.65.0
81
+ triton==2.0.0
82
+ typing_extensions==4.6.0
83
+ tzdata==2023.3
84
+ tzlocal==4.3
85
+ urllib3==2.0.2
86
+ validators==0.20.0
87
+ watchdog==3.0.0
88
+ yarl==1.9.2
89
+ zipp==3.15.0