Skip to content

Commit

Permalink
Merge pull request #2 from Bryan-Roe/dependabot/pip/backend/pip-89778…
Browse files Browse the repository at this point in the history
…7b404
  • Loading branch information
Bryan-Roe authored Aug 3, 2024
2 parents f1e6ed9 + 862e74f commit 9e4efc3
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 38 deletions.
10 changes: 5 additions & 5 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
aiohttp==3.8.3
aiohttp==3.9.4
alembic==1.8.1
asgiref==3.6.0
Celery==5.2.0
cryptography==41.0.0
fastapi==0.88.0
cryptography==42.0.4
fastapi==0.109.1
fastapi-limiter==0.1.5
fastapi-utils==0.2.1
loguru==0.6.0
numpy>=1.23.2
prometheus-fastapi-instrumentator==5.9.1
psycopg2-binary==2.9.5
pydantic==1.10.7
pydantic==1.10.13
pydantic[email]==1.10.7
python-dotenv==0.21.0
python-jose[cryptography]==3.3.0
redis==4.5.5
requests==2.31.0
requests==2.32.2
scipy==1.8.1
SQLAlchemy==1.4.41
sqlmodel==0.0.8
Expand Down
12 changes: 6 additions & 6 deletions backend/requirements_worker.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
aiohttp==3.8.3
aiohttp==3.9.4
alembic==1.8.1
asgiref==3.6.0
Celery==5.2.0
cryptography==39.0.0
fastapi==0.88.0
cryptography==42.0.4
fastapi==0.109.1
fastapi-limiter==0.1.5
fastapi-utils==0.2.1
loguru==0.6.0
numpy>=1.22.4
psycopg2==2.9.3
pydantic==1.9.1
pydantic==1.10.13
pydantic[email]==1.9.1
python-dotenv==0.21.0
python-jose[cryptography]==3.3.0
redis==4.5.5
requests==2.30.0
requests==2.32.2
scipy==1.8.1
SQLAlchemy==1.4.41
sqlmodel==0.0.8
starlette==0.22.0
starlette==0.36.2
uuid7==0.1.0
uvicorn==0.20.0
26 changes: 13 additions & 13 deletions data/datasets/zhihu-kol/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
absl-py==1.4.0
aiohttp==3.8.4
aiohttp==3.9.4
aiosignal==1.3.1
anyio==3.6.2
argon2-cffi==21.3.0
Expand Down Expand Up @@ -28,24 +28,24 @@ entrypoints==0.4
executing==1.2.0
fastjsonschema==2.16.2
filelock==3.9.0
fonttools==4.38.0
fonttools==4.43.0
fqdn==1.5.1
frozenlist==1.3.3
fsspec==2023.1.0
gitdb==4.0.10
GitPython==3.1.30
GitPython==3.1.41
google-auth==2.16.0
google-auth-oauthlib==0.4.6
greenlet==2.0.1
h11==0.14.0
huggingface-hub==0.12.1
idna==3.4
idna==3.7
ipykernel==6.21.2
ipython==8.10.0
ipython-genutils==0.2.0
isoduration==20.11.0
jedi==0.18.2
Jinja2==3.1.2
Jinja2==3.1.4
jsonpointer==2.3
jsonschema==4.17.3
jupyter-events==0.6.3
Expand All @@ -54,7 +54,7 @@ jupyter_core==5.2.0
jupyter_server==2.3.0
jupyter_server_terminals==0.4.4
jupyterlab-pygments==0.2.2
keras==2.11.0
keras==2.13.1
kiwisolver==1.4.4
loguru==0.6.0
MarkupSafe==2.1.2
Expand All @@ -72,7 +72,7 @@ nbformat==5.7.0
nest-asyncio==1.5.6
notebook==6.5.2
notebook_shim==0.2.2
numpy==1.24.2
numpy==2.0.1
opencv-python==4.6.0.66
packaging==23.0
pandas==1.5.3
Expand All @@ -90,7 +90,7 @@ psutil==5.9.4
ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0
pyarrow==11.0.0
pyarrow==14.0.1
pyasn1-modules==0.2.8
pycodestyle==2.10.0
pycparser==2.21
Expand All @@ -103,7 +103,7 @@ python-json-logger==2.0.7
pytz==2022.7.1
PyYAML==6.0
pyzmq==25.0.0
requests==2.28.2
requests==2.32.2
requests-oauthlib==1.3.1
responses==0.18.0
retry==0.9.2
Expand All @@ -126,17 +126,17 @@ terminado==0.17.1
thop==0.1.1.post2209072238
tinycss2==1.2.1
tomli==2.0.1
tornado==6.2
tqdm==4.64.1
tornado==6.4.1
tqdm==4.66.3
traitlets==5.9.0
typing_extensions==4.5.0
uri-template==1.2.0
urllib3==1.26.14
urllib3==1.26.19
uvicorn==0.20.0
wcwidth==0.2.6
webcolors==1.12
webencodings==0.5.1
websocket-client==1.5.1
Werkzeug==2.2.2
Werkzeug==3.0.3
xxhash==3.2.0
yarl==1.8.2
2 changes: 1 addition & 1 deletion inference/server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ alembic
asyncpg
authlib
beautifulsoup4 # web_retriever plugin
cryptography==39.0.0
cryptography==42.0.4
fastapi-limiter
fastapi[all]==0.88.0
google-api-python-client
Expand Down
2 changes: 1 addition & 1 deletion inference/worker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp
hf_transfer
huggingface_hub
langchain==0.0.142
langchain==0.2.3
loguru
lorem
nvidia-ml-py
Expand Down
4 changes: 2 additions & 2 deletions model/model_eval/manual/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tqdm==4.64.1
transformers==4.26.1
tqdm==4.66.3
transformers==4.38.0
4 changes: 2 additions & 2 deletions model/pretokenizer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.22.4
sentencepiece==0.1.99
torch>=2.0.0
tqdm==4.65.0
transformers==4.31.0
tqdm==4.66.3
transformers==4.38.0
4 changes: 2 additions & 2 deletions model/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies = [
"torch>=2.0.0",
"langcodes==3.3.0",
"tqdm>=4.65.0",
"pydantic==1.10.7",
"transformers==4.31.0",
"pydantic==1.10.13",
"transformers==4.38.0",
"wandb>=0.15.5",
]

Expand Down
2 changes: 1 addition & 1 deletion oasst-data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{ name = "LAION-AI", email = "contact@laion.ai" }
]
dependencies = [
"pydantic==1.10.7",
"pydantic==1.10.13",
"loguru==0.6.0",
"datasets>=2.12.0"
]
Expand Down
4 changes: 2 additions & 2 deletions oasst-shared/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors = [
{ name = "LAION-AI", email = "contact@laion.ai" }
]
dependencies = [
"pydantic==1.10.7",
"aiohttp==3.8.3",
"pydantic==1.10.13",
"aiohttp==3.9.4",
"aiohttp[speedups]",
"loguru==0.6.0",
"psutil==5.9.4",
Expand Down
4 changes: 2 additions & 2 deletions scripts/data-collection/twitter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy==1.21.5
numpy==1.22.0
polars==0.15.14
tqdm==4.64.0
tqdm==4.66.3
2 changes: 1 addition & 1 deletion text-frontend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
faker==16.6.1
requests==2.28.1
requests==2.32.2
typer==0.7.0

0 comments on commit 9e4efc3

Please sign in to comment.