Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# uv pip compile pyproject.toml -o requirements.txt
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.11.14
aiohttp==3.12.14
# via
# datasets
# fsspec
Expand Down Expand Up @@ -107,7 +107,7 @@ pyyaml==6.0.2
# huggingface-hub
regex==2024.11.6
# via tiktoken
requests==2.32.3
requests==2.32.4
# via
# datasets
# huggingface-hub
Expand All @@ -134,7 +134,7 @@ typing-extensions==4.12.2
# pydantic-core
tzdata==2025.1
# via pandas
urllib3==2.3.0
urllib3==2.5.0
# via requests
xxhash==3.5.0
# via datasets
Expand Down
Loading