gabcares commited on
Commit
a44e625
1 Parent(s): e75ba04

Update requirements_docker.txt

Browse files
Files changed (1) hide show
  1. requirements_docker.txt +26 -85
requirements_docker.txt CHANGED
@@ -1,85 +1,26 @@
1
- aiohttp==3.9.5
2
- aiosignal==1.3.1
3
- annotated-types==0.7.0
4
- anyio==4.4.0
5
- asttokens==2.4.1
6
- attrs==23.2.0
7
- certifi==2024.7.4
8
- click==8.1.7
9
- colorama==0.4.6
10
- comm==0.2.2
11
- contourpy==1.2.1
12
- cycler==0.12.1
13
- debugpy==1.6.7
14
- decorator==5.1.1
15
- dnspython==2.6.1
16
- email_validator==2.2.0
17
- exceptiongroup==1.2.0
18
- executing==2.0.1
19
- fastapi==0.111.0
20
- fastapi-cache2==0.2.1
21
- fastapi-cli==0.0.4
22
- fonttools==4.53.1
23
- frozenlist==1.4.1
24
- h11==0.14.0
25
- httpcore==1.0.5
26
- httptools==0.6.1
27
- httpx==0.27.0
28
- idna==3.7
29
- imbalanced-learn==0.12.3
30
- imblearn==0.0
31
- importlib_metadata==8.0.0
32
- jedi==0.19.1
33
- Jinja2==3.1.4
34
- joblib==1.4.2
35
- mdurl==0.1.2
36
- multidict==6.0.5
37
- nest_asyncio==1.6.0
38
- numpy==2.0.0
39
- orjson==3.10.6
40
- packaging==24.1
41
- pandas==2.2.2
42
- parso==0.8.4
43
- pendulum==3.0.0
44
- pickleshare==0.7.5
45
- pillow==10.4.0
46
- pip==24.0
47
- platformdirs==4.2.2
48
- prompt_toolkit==3.0.47
49
- pure-eval==0.2.2
50
- pydantic==2.8.2
51
- pydantic_core==2.20.1
52
- Pygments==2.18.0
53
- pyparsing==3.1.2
54
- python-dateutil==2.9.0
55
- python-dotenv==1.0.1
56
- python-multipart==0.0.9
57
- pytz==2024.1
58
- PyYAML==6.0.1
59
- pyzmq==25.1.2
60
- redis==5.0.7
61
- rich==13.7.1
62
- scikit-learn==1.5.1
63
- scipy==1.14.0
64
- shellingham==1.5.4
65
- six==1.16.0
66
- sniffio==1.3.1
67
- stack-data==0.6.2
68
- starlette==0.37.2
69
- tenacity==8.5.0
70
- threadpoolctl==3.5.0
71
- time-machine==2.14.2
72
- tornado==6.4.1
73
- traitlets==5.14.3
74
- typer==0.12.3
75
- typing_extensions==4.12.2
76
- tzdata==2024.1
77
- ujson==5.10.0
78
- uvicorn==0.30.1
79
- watchfiles==0.22.0
80
- wcwidth==0.2.13
81
- websockets==12.0
82
- wheel==0.43.0
83
- xgboost==2.1.0
84
- yarl==1.9.4
85
- zipp==3.19.2
 
1
+ fastapi==0.111.0
2
+ fastapi-cache2==0.2.1
3
+ fastapi-cli==0.0.4
4
+ imbalanced-learn==0.12.3
5
+ imblearn==0.0
6
+ joblib==1.4.2
7
+ numpy==2.0.0
8
+ pandas==2.2.2
9
+ pendulum==3.0.0
10
+ pickleshare==0.7.5
11
+ pillow==10.4.0
12
+ pydantic==2.8.2
13
+ pydantic_core==2.20.1
14
+ python-dateutil==2.9.0
15
+ python-dotenv==1.0.1
16
+ PyYAML==6.0.1
17
+ redis==5.0.7
18
+ scikit-learn==1.5.1
19
+ scipy==1.14.0
20
+ starlette==0.37.2
21
+ ujson==5.10.0
22
+ uvicorn==0.30.1
23
+ watchfiles==0.22.0
24
+ xgboost==2.1.0
25
+ yarl==1.9.4
26
+ zipp==3.19.2