ArturG9 commited on
Commit
f46abf2
1 Parent(s): dfcaa76

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +81 -27
requirements.txt CHANGED
@@ -1,43 +1,97 @@
1
-
 
 
 
 
 
2
  black==23.11.0
 
 
 
 
3
  click==8.1.7
4
  cloudpickle==3.0.0
5
- colorama>=0.4.4
6
  contourpy==1.2.0
7
- cryptography>=3.8
8
- cycler>=0.10.0
9
- fonttools>=4.22.0
10
- graphviz>=0.15.0
11
- idna>=2.5.0
12
- joblib>=0.17.2
13
- kiwisolver>=1.3.1
14
- lightgbm>=3.0.0
15
- llvmlite>=0.3.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  matplotlib==3.8.1
17
- mistune>=0.8.4
 
18
  mypy-extensions==1.0.0
19
  nb-black==1.0.7
20
- numba>=0.48.0
21
  numpy==1.26.1
22
- packaging>=20.0
23
  pandas==2.1.2
24
- parso>=0.8.0
25
  pathspec==0.11.2
26
- pickleshare>=0.7.5
27
  Pillow==10.1.0
28
- prompt-toolkit>=3.0.0
29
- psutil>=5.6.1
30
- pycparser>=2.20
31
- Pygments>=2.11.2
 
 
 
 
 
32
  pyparsing==3.1.1
33
- pytz>=2022.1
34
- pywin32==305.1
35
- pyzmq>=19.0.0
36
- requests>=2.27.1
 
 
37
  scikit-learn==1.3.2
38
  scipy==1.11.3
39
  seaborn==0.13.0
40
- Send2Trash>=0.8.0
41
  shap==0.43.0
42
-
43
- xgboost==2.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.1.2
3
+ annotated-types==0.6.0
4
+ anyio==3.7.1
5
+ asttokens==2.4.1
6
+ attrs==23.1.0
7
  black==23.11.0
8
+ blinker==1.7.0
9
+ cachetools==5.3.2
10
+ certifi==2023.7.22
11
+ charset-normalizer==3.3.2
12
  click==8.1.7
13
  cloudpickle==3.0.0
14
+ colorama==0.4.6
15
  contourpy==1.2.0
16
+ cycler==0.12.1
17
+ decorator==5.1.1
18
+ exceptiongroup==1.1.3
19
+ executing==2.0.1
20
+ fastapi==0.104.1
21
+ fonttools==4.44.0
22
+ gitdb==4.0.11
23
+ GitPython==3.1.40
24
+ graphviz==0.20.1
25
+ gunicorn==21.2.0
26
+ h11==0.14.0
27
+ idna==3.4
28
+ importlib-metadata==6.8.0
29
+ ipython==8.17.2
30
+ jedi==0.19.1
31
+ Jinja2==3.1.2
32
+ joblib==1.3.2
33
+ jsonschema==4.19.2
34
+ jsonschema-specifications==2023.7.1
35
+ kiwisolver==1.4.5
36
+ lightgbm==4.1.0
37
+ llvmlite==0.41.1
38
+ markdown-it-py==3.0.0
39
+ MarkupSafe==2.1.3
40
  matplotlib==3.8.1
41
+ matplotlib-inline==0.1.6
42
+ mdurl==0.1.2
43
  mypy-extensions==1.0.0
44
  nb-black==1.0.7
45
+ numba==0.58.1
46
  numpy==1.26.1
47
+ packaging==23.2
48
  pandas==2.1.2
49
+ parso==0.8.3
50
  pathspec==0.11.2
 
51
  Pillow==10.1.0
52
+ platformdirs==4.0.0
53
+ prompt-toolkit==3.0.40
54
+ protobuf==4.25.0
55
+ pure-eval==0.2.2
56
+ pyarrow==14.0.1
57
+ pydantic==2.5.0
58
+ pydantic_core==2.14.1
59
+ pydeck==0.8.1b0
60
+ Pygments==2.16.1
61
  pyparsing==3.1.1
62
+ python-dateutil==2.8.2
63
+ pytz==2023.3.post1
64
+ referencing==0.30.2
65
+ requests==2.31.0
66
+ rich==13.6.0
67
+ rpds-py==0.12.0
68
  scikit-learn==1.3.2
69
  scipy==1.11.3
70
  seaborn==0.13.0
71
+ Send2Trash==1.8.2
72
  shap==0.43.0
73
+ six==1.16.0
74
+ slicer==0.0.7
75
+ smmap==5.0.1
76
+ sniffio==1.3.0
77
+ stack-data==0.6.3
78
+ starlette==0.27.0
79
+ streamlit==1.28.2
80
+ tenacity==8.2.3
81
+ threadpoolctl==3.2.0
82
+ toml==0.10.2
83
+ tomli==2.0.1
84
+ toolz==0.12.0
85
+ tornado==6.3.3
86
+ tqdm==4.66.1
87
+ traitlets==5.13.0
88
+ typing_extensions==4.8.0
89
+ tzdata==2023.3
90
+ tzlocal==5.2
91
+ urllib3==2.1.0
92
+ uvicorn==0.24.0.post1
93
+ validators==0.22.0
94
+ watchdog==3.0.0
95
+ wcwidth==0.2.9
96
+ xgboost==2.0.1
97
+ zipp==3.17.0