Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements/nightly_torch_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7
mteb>=1.38.11, <2 # required for mteb test
transformers==4.52.4
tokenizers==0.21.1
schemathesis>=3.39.15 # Required for openai schema test.
schemathesis~=4.1.0 # Required for openai schema test.
# quantization
bitsandbytes>=0.46.1
buildkite-test-collector==0.1.9
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7
mteb[bm25s]>=1.38.11, <2 # required for mteb test
transformers==4.55.2
tokenizers==0.21.1
schemathesis>=3.39.15 # Required for openai schema test.
schemathesis~=4.1.0 # Required for openai schema test.
# quantization
bitsandbytes==0.46.1
buildkite-test-collector==0.1.9
Expand Down
13 changes: 5 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ h11==0.14.0
# uvicorn
h5py==3.13.0
# via terratorch
harfile==0.3.0
harfile==0.3.1
# via schemathesis
hf-xet==1.1.7
# via huggingface-hub
Expand Down Expand Up @@ -902,6 +902,7 @@ rich==13.9.4
# genai-perf
# lightning
# mteb
# schemathesis
# typer
rioxarray==0.19.0
# via terratorch
Expand Down Expand Up @@ -930,7 +931,7 @@ safetensors==0.4.5
# peft
# timm
# transformers
schemathesis==3.39.15
schemathesis==4.1.0
# via -r requirements/test.in
scikit-image==0.25.2
# via albumentations
Expand Down Expand Up @@ -1015,7 +1016,6 @@ sqlparse==0.5.3
starlette==0.46.2
# via
# fastapi
# schemathesis
# starlette-testclient
starlette-testclient==0.4.1
# via schemathesis
Expand Down Expand Up @@ -1064,8 +1064,6 @@ tokenizers==0.21.1
# transformers
tomli==2.2.1
# via schemathesis
tomli-w==1.2.0
# via schemathesis
torch==2.7.1+cu128
# via
# -r requirements/test.in
Expand Down Expand Up @@ -1187,6 +1185,7 @@ typing-extensions==4.12.2
# pydantic-core
# pydantic-extra-types
# pytorch-lightning
# schemathesis
# sqlalchemy
# torch
# torchgeo
Expand Down Expand Up @@ -1235,9 +1234,7 @@ xxhash==3.5.0
# datasets
# evaluate
yarl==1.17.1
# via
# aiohttp
# schemathesis
# via aiohttp
zipp==3.23.0
# via importlib-metadata
zstandard==0.23.0
Expand Down