cgr28 commited on
Commit
c073d3a
1 Parent(s): ffb2c4a

milestone-3

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -1
requirements.txt CHANGED
@@ -5,23 +5,43 @@ cachetools==5.3.0
5
  certifi==2022.12.7
6
  charset-normalizer==3.1.0
7
  click==8.1.3
 
 
 
8
  decorator==5.1.1
9
  emoji==0.6.0
10
  entrypoints==0.4
11
  filelock==3.10.6
 
12
  gitdb==4.0.10
13
  GitPython==3.1.31
14
  huggingface-hub==0.13.3
15
  idna==3.4
16
  importlib-metadata==6.1.0
 
17
  Jinja2==3.1.2
 
18
  jsonschema==4.17.3
 
 
19
  markdown-it-py==2.2.0
20
  MarkupSafe==2.1.2
 
21
  mdurl==0.1.2
22
  mpmath==1.3.0
23
  networkx==3.0
24
  numpy==1.24.2
 
 
 
 
 
 
 
 
 
 
 
25
  packaging==23.0
26
  pandas==1.5.3
27
  Pillow==9.4.0
@@ -30,6 +50,7 @@ pyarrow==11.0.0
30
  pydeck==0.8.0
31
  Pygments==2.14.0
32
  Pympler==1.0.1
 
33
  pyrsistent==0.19.3
34
  python-dateutil==2.8.2
35
  pytz==2023.3
@@ -38,11 +59,15 @@ PyYAML==6.0
38
  regex==2023.3.23
39
  requests==2.28.2
40
  rich==13.3.3
 
 
41
  semver==3.0.0
42
  six==1.16.0
 
43
  smmap==5.0.0
44
  streamlit==1.20.0
45
  sympy==1.11.1
 
46
  tokenizers==0.13.2
47
  toml==0.10.2
48
  toolz==0.12.0
@@ -51,9 +76,11 @@ torchvision==0.15.1
51
  tornado==6.2
52
  tqdm==4.65.0
53
  transformers==4.27.4
54
- typing-extensions==4.5.0
 
55
  tzdata==2023.3
56
  tzlocal==4.3
57
  urllib3==1.26.15
58
  validators==0.20.0
 
59
  zipp==3.15.0
 
5
  certifi==2022.12.7
6
  charset-normalizer==3.1.0
7
  click==8.1.3
8
+ cmake==3.26.3
9
+ contourpy==1.0.7
10
+ cycler==0.11.0
11
  decorator==5.1.1
12
  emoji==0.6.0
13
  entrypoints==0.4
14
  filelock==3.10.6
15
+ fonttools==4.39.3
16
  gitdb==4.0.10
17
  GitPython==3.1.31
18
  huggingface-hub==0.13.3
19
  idna==3.4
20
  importlib-metadata==6.1.0
21
+ importlib-resources==5.12.0
22
  Jinja2==3.1.2
23
+ joblib==1.2.0
24
  jsonschema==4.17.3
25
+ kiwisolver==1.4.4
26
+ lit==16.0.1
27
  markdown-it-py==2.2.0
28
  MarkupSafe==2.1.2
29
+ matplotlib==3.7.1
30
  mdurl==0.1.2
31
  mpmath==1.3.0
32
  networkx==3.0
33
  numpy==1.24.2
34
+ nvidia-cublas-cu11==11.10.3.66
35
+ nvidia-cuda-cupti-cu11==11.7.101
36
+ nvidia-cuda-nvrtc-cu11==11.7.99
37
+ nvidia-cuda-runtime-cu11==11.7.99
38
+ nvidia-cudnn-cu11==8.5.0.96
39
+ nvidia-cufft-cu11==10.9.0.58
40
+ nvidia-curand-cu11==10.2.10.91
41
+ nvidia-cusolver-cu11==11.4.0.1
42
+ nvidia-cusparse-cu11==11.7.4.91
43
+ nvidia-nccl-cu11==2.14.3
44
+ nvidia-nvtx-cu11==11.7.91
45
  packaging==23.0
46
  pandas==1.5.3
47
  Pillow==9.4.0
 
50
  pydeck==0.8.0
51
  Pygments==2.14.0
52
  Pympler==1.0.1
53
+ pyparsing==3.0.9
54
  pyrsistent==0.19.3
55
  python-dateutil==2.8.2
56
  pytz==2023.3
 
59
  regex==2023.3.23
60
  requests==2.28.2
61
  rich==13.3.3
62
+ scikit-learn==1.2.2
63
+ scipy==1.10.1
64
  semver==3.0.0
65
  six==1.16.0
66
+ sklearn==0.0.post4
67
  smmap==5.0.0
68
  streamlit==1.20.0
69
  sympy==1.11.1
70
+ threadpoolctl==3.1.0
71
  tokenizers==0.13.2
72
  toml==0.10.2
73
  toolz==0.12.0
 
76
  tornado==6.2
77
  tqdm==4.65.0
78
  transformers==4.27.4
79
+ triton==2.0.0
80
+ typing_extensions==4.5.0
81
  tzdata==2023.3
82
  tzlocal==4.3
83
  urllib3==1.26.15
84
  validators==0.20.0
85
+ watchdog==3.0.0
86
  zipp==3.15.0