Skip to content

Commit 64fe757

Browse files
update version
1 parent 61cb7af commit 64fe757

File tree

5 files changed

+27
-201
lines changed

5 files changed

+27
-201
lines changed

requirements/common-requirements.txt

Lines changed: 6 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
# pip-compile common-requirements.in
66
#
77
anyio==4.4.0
8-
# via
9-
# httpx
10-
# starlette
11-
# watchfiles
8+
# via starlette
129
boto3==1.25.0
1310
# via -r common-requirements.in
1411
botocore==1.28.5
@@ -17,62 +14,32 @@ botocore==1.28.5
1714
# s3transfer
1815
certifi==2024.6.2
1916
# via
20-
# httpcore
21-
# httpx
2217
# minio
2318
# requests
2419
charset-normalizer==3.3.2
2520
# via requests
2621
click==8.1.7
27-
# via
28-
# typer
29-
# uvicorn
30-
dnspython==2.6.1
31-
# via email-validator
32-
email-validator==2.1.1
33-
# via fastapi
22+
# via uvicorn
3423
exceptiongroup==1.2.1
3524
# via anyio
36-
fastapi==0.111.0
25+
fastapi==0.110.3
3726
# via -r mini-requirements.in
38-
fastapi-cli==0.0.4
39-
# via fastapi
4027
h11==0.14.0
41-
# via
42-
# httpcore
43-
# uvicorn
44-
httpcore==1.0.5
45-
# via httpx
46-
httptools==0.6.1
4728
# via uvicorn
48-
httpx==0.27.0
49-
# via fastapi
5029
idna==3.7
5130
# via
5231
# anyio
53-
# email-validator
54-
# httpx
5532
# requests
56-
jinja2==3.1.4
57-
# via fastapi
5833
jmespath==1.0.1
5934
# via
6035
# boto3
6136
# botocore
62-
markdown-it-py==3.0.0
63-
# via rich
64-
markupsafe==2.1.5
65-
# via jinja2
66-
mdurl==0.1.2
67-
# via markdown-it-py
6837
minio==7.1.12
6938
# via -r common-requirements.in
7039
numpy==1.23.4
7140
# via
7241
# -r common-requirements.in
7342
# pandas
74-
orjson==3.10.3
75-
# via fastapi
7643
pandas==1.5.1
7744
# via -r common-requirements.in
7845
psycopg2-binary==2.9.9
@@ -81,61 +48,34 @@ pydantic==1.10.13
8148
# via
8249
# -r mini-requirements.in
8350
# fastapi
84-
pygments==2.18.0
85-
# via rich
8651
python-dateutil==2.9.0.post0
8752
# via
8853
# botocore
8954
# pandas
90-
python-dotenv==1.0.1
91-
# via uvicorn
92-
python-multipart==0.0.9
93-
# via fastapi
9455
pytz==2024.1
9556
# via pandas
96-
pyyaml==6.0.1
97-
# via uvicorn
9857
requests==2.32.0
9958
# via -r mini-requirements.in
100-
rich==13.7.1
101-
# via typer
10259
s3transfer==0.6.2
10360
# via boto3
104-
shellingham==1.5.4
105-
# via typer
10661
six==1.16.0
10762
# via python-dateutil
10863
sniffio==1.3.1
109-
# via
110-
# anyio
111-
# httpx
64+
# via anyio
11265
sqlalchemy==1.4.42
11366
# via -r common-requirements.in
11467
starlette==0.37.2
11568
# via fastapi
116-
typer==0.12.3
117-
# via fastapi-cli
11869
typing-extensions==4.12.1
11970
# via
12071
# anyio
12172
# fastapi
12273
# pydantic
12374
# starlette
124-
# typer
125-
ujson==5.10.0
126-
# via fastapi
12775
urllib3==1.26.18
12876
# via
12977
# botocore
13078
# minio
13179
# requests
132-
uvicorn[standard]==0.22.0
133-
# via
134-
# -r mini-requirements.in
135-
# fastapi
136-
uvloop==0.19.0
137-
# via uvicorn
138-
watchfiles==0.22.0
139-
# via uvicorn
140-
websockets==12.0
141-
# via uvicorn
80+
uvicorn==0.22.0
81+
# via -r mini-requirements.in

requirements/exec-env-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ pyaml==24.4.0
180180
# via scikit-optimize
181181
pycountry==24.6.1
182182
# via sumy
183-
pydantic==2.7.2
183+
pydantic==2.7.3
184184
# via
185185
# confection
186186
# groq
187187
# openai
188188
# spacy
189189
# thinc
190190
# weasel
191-
pydantic-core==2.18.3
191+
pydantic-core==2.18.4
192192
# via pydantic
193193
pymeeus==0.5.12
194194
# via

requirements/mini-requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile mini-requirements.in
@@ -12,6 +12,8 @@ charset-normalizer==3.3.2
1212
# via requests
1313
click==8.1.7
1414
# via uvicorn
15+
exceptiongroup==1.2.1
16+
# via anyio
1517
fastapi==0.110.3
1618
# via -r mini-requirements.in
1719
h11==0.14.0
@@ -32,8 +34,10 @@ starlette==0.37.2
3234
# via fastapi
3335
typing-extensions==4.12.1
3436
# via
37+
# anyio
3538
# fastapi
3639
# pydantic
40+
# starlette
3741
urllib3==2.2.1
3842
# via requests
3943
uvicorn==0.22.0

requirements/torch-cpu-requirements.txt

Lines changed: 7 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
--extra-index-url https://download.pytorch.org/whl/cpu
88

99
anyio==4.4.0
10-
# via
11-
# httpx
12-
# starlette
13-
# watchfiles
10+
# via starlette
1411
boto3==1.25.0
1512
# via -r common-requirements.in
1613
botocore==1.28.5
@@ -19,54 +16,32 @@ botocore==1.28.5
1916
# s3transfer
2017
certifi==2024.6.2
2118
# via
22-
# httpcore
23-
# httpx
2419
# minio
2520
# requests
2621
charset-normalizer==3.3.2
2722
# via requests
2823
click==8.1.7
29-
# via
30-
# typer
31-
# uvicorn
32-
dnspython==2.6.1
33-
# via email-validator
34-
email-validator==2.1.1
35-
# via fastapi
24+
# via uvicorn
3625
exceptiongroup==1.2.1
3726
# via anyio
38-
fastapi==0.111.0
27+
fastapi==0.110.3
3928
# via -r mini-requirements.in
40-
fastapi-cli==0.0.4
41-
# via fastapi
4229
filelock==3.14.0
4330
# via
4431
# huggingface-hub
4532
# transformers
46-
fsspec==2024.5.0
33+
fsspec==2024.6.0
4734
# via huggingface-hub
4835
h11==0.14.0
49-
# via
50-
# httpcore
51-
# uvicorn
52-
httpcore==1.0.5
53-
# via httpx
54-
httptools==0.6.1
5536
# via uvicorn
56-
httpx==0.27.0
57-
# via fastapi
5837
huggingface-hub==0.23.2
5938
# via
6039
# tokenizers
6140
# transformers
6241
idna==3.7
6342
# via
6443
# anyio
65-
# email-validator
66-
# httpx
6744
# requests
68-
jinja2==3.1.4
69-
# via fastapi
7045
jmespath==1.0.1
7146
# via
7247
# boto3
@@ -75,12 +50,6 @@ joblib==1.4.2
7550
# via
7651
# scikit-learn
7752
# scikit-optimize
78-
markdown-it-py==3.0.0
79-
# via rich
80-
markupsafe==2.1.5
81-
# via jinja2
82-
mdurl==0.1.2
83-
# via markdown-it-py
8453
minio==7.1.12
8554
# via -r common-requirements.in
8655
numpy==1.23.4
@@ -91,8 +60,6 @@ numpy==1.23.4
9160
# scikit-optimize
9261
# scipy
9362
# transformers
94-
orjson==3.10.3
95-
# via fastapi
9663
packaging==24.0
9764
# via
9865
# huggingface-hub
@@ -107,33 +74,24 @@ pydantic==1.10.13
10774
# via
10875
# -r mini-requirements.in
10976
# fastapi
110-
pygments==2.18.0
111-
# via rich
11277
python-dateutil==2.9.0.post0
11378
# via
11479
# botocore
11580
# pandas
116-
python-dotenv==1.0.1
117-
# via uvicorn
118-
python-multipart==0.0.9
119-
# via fastapi
12081
pytz==2024.1
12182
# via pandas
12283
pyyaml==6.0.1
12384
# via
12485
# huggingface-hub
12586
# pyaml
12687
# transformers
127-
# uvicorn
12888
regex==2024.5.15
12989
# via transformers
13090
requests==2.32.0
13191
# via
13292
# -r mini-requirements.in
13393
# huggingface-hub
13494
# transformers
135-
rich==13.7.1
136-
# via typer
13795
s3transfer==0.6.2
13896
# via boto3
13997
safetensors==0.4.3
@@ -148,14 +106,10 @@ scipy==1.13.1
148106
# via
149107
# scikit-learn
150108
# scikit-optimize
151-
shellingham==1.5.4
152-
# via typer
153109
six==1.16.0
154110
# via python-dateutil
155111
sniffio==1.3.1
156-
# via
157-
# anyio
158-
# httpx
112+
# via anyio
159113
sqlalchemy==1.4.42
160114
# via -r common-requirements.in
161115
starlette==0.37.2
@@ -172,8 +126,6 @@ tqdm==4.66.4
172126
# transformers
173127
transformers==4.41.2
174128
# via -r torch-cpu-requirements.in
175-
typer==0.12.3
176-
# via fastapi-cli
177129
typing-extensions==4.12.1
178130
# via
179131
# anyio
@@ -182,21 +134,10 @@ typing-extensions==4.12.1
182134
# pydantic
183135
# starlette
184136
# torch
185-
# typer
186-
ujson==5.10.0
187-
# via fastapi
188137
urllib3==1.26.18
189138
# via
190139
# botocore
191140
# minio
192141
# requests
193-
uvicorn[standard]==0.22.0
194-
# via
195-
# -r mini-requirements.in
196-
# fastapi
197-
uvloop==0.19.0
198-
# via uvicorn
199-
watchfiles==0.22.0
200-
# via uvicorn
201-
websockets==12.0
202-
# via uvicorn
142+
uvicorn==0.22.0
143+
# via -r mini-requirements.in

0 commit comments

Comments
 (0)