2025-05-09 17:35:58 -05:00
|
|
|
# Common dependencies
|
|
|
|
|
-r common.txt
|
2025-11-28 19:31:44 -06:00
|
|
|
|
|
|
|
|
# Test infrastructure
|
2025-09-16 14:49:06 -05:00
|
|
|
tblib==3.1.0
|
2025-11-28 19:31:44 -06:00
|
|
|
pytest==8.3.5
|
|
|
|
|
pytest-asyncio==0.24.0
|
|
|
|
|
pytest-timeout==2.3.1
|
|
|
|
|
pytest-cov==6.3.0
|
|
|
|
|
pytest-forked==1.6.0
|
|
|
|
|
pytest-rerunfailures==14.0
|
|
|
|
|
pytest-shard==0.1.2
|
|
|
|
|
|
|
|
|
|
# Async/HTTP dependencies
|
|
|
|
|
anyio==4.6.2.post1
|
|
|
|
|
# via httpx, starlette
|
2026-02-04 21:35:39 +08:00
|
|
|
aiohttp==3.13.3
|
2025-11-28 19:31:44 -06:00
|
|
|
# via gpt-oss
|
|
|
|
|
httpx==0.27.2
|
|
|
|
|
# HTTP testing
|
2025-03-14 14:18:13 -05:00
|
|
|
|
2025-11-28 19:31:44 -06:00
|
|
|
# Audio processing dependencies
|
2025-03-14 14:18:13 -05:00
|
|
|
audioread==3.0.1
|
2025-11-28 19:31:44 -06:00
|
|
|
# via librosa
|
2025-03-14 14:18:13 -05:00
|
|
|
cffi==1.17.1
|
2025-11-28 19:31:44 -06:00
|
|
|
# via soundfile
|
2025-03-14 14:18:13 -05:00
|
|
|
decorator==5.2.1
|
2025-11-28 19:31:44 -06:00
|
|
|
# via librosa
|
2025-03-14 14:18:13 -05:00
|
|
|
lazy-loader==0.4
|
2025-11-28 19:31:44 -06:00
|
|
|
# via librosa
|
2025-03-14 14:18:13 -05:00
|
|
|
platformdirs==4.3.6
|
2025-11-28 19:31:44 -06:00
|
|
|
# via pooch
|
2025-03-14 14:18:13 -05:00
|
|
|
pooch==1.8.2
|
2025-11-28 19:31:44 -06:00
|
|
|
# via librosa
|
2025-03-14 14:18:13 -05:00
|
|
|
soundfile==0.13.1
|
2025-11-28 19:31:44 -06:00
|
|
|
# via librosa
|
2025-03-14 14:18:13 -05:00
|
|
|
soxr==0.5.0.post1
|
2025-11-28 19:31:44 -06:00
|
|
|
# via librosa
|
2025-03-14 14:18:13 -05:00
|
|
|
librosa==0.10.2.post1
|
|
|
|
|
|
2025-11-28 19:31:44 -06:00
|
|
|
# Retrieval and search
|
|
|
|
|
bm25s==0.2.13
|
|
|
|
|
# via mteb
|
|
|
|
|
pystemmer==3.0.0
|
|
|
|
|
# via mteb
|
2025-05-15 10:49:23 -05:00
|
|
|
|
2025-11-28 19:31:44 -06:00
|
|
|
# Multi-modal processing
|
2025-05-15 10:49:23 -05:00
|
|
|
blobfile==3.0.0
|
2025-11-28 19:31:44 -06:00
|
|
|
# Multi-Modal Models Test
|
|
|
|
|
decord==0.6.0
|
|
|
|
|
# video processing, required by entrypoints/openai/test_video.py
|
2025-12-05 22:03:29 -05:00
|
|
|
rapidfuzz==3.12.1
|
2025-05-15 10:49:23 -05:00
|
|
|
|
2025-11-28 19:31:44 -06:00
|
|
|
# OpenAI compatibility and testing
|
|
|
|
|
gpt-oss==0.0.8
|
|
|
|
|
# OpenAI compatibility tests
|
2025-11-03 22:36:40 -08:00
|
|
|
schemathesis==3.39.15
|
2025-11-28 19:31:44 -06:00
|
|
|
# OpenAI schema test
|
2025-03-14 14:18:13 -05:00
|
|
|
|
2025-11-28 19:31:44 -06:00
|
|
|
# Evaluation and benchmarking
|
2026-02-16 14:24:35 +01:00
|
|
|
lm-eval[api]==0.4.11
|
2025-12-04 21:34:51 -06:00
|
|
|
jiwer==4.0.0
|
2025-11-21 19:31:22 -06:00
|
|
|
|
2025-11-28 19:31:44 -06:00
|
|
|
# Required for multiprocessed tests that use spawn method, Datasets and Evaluate Test
|
2025-11-22 23:05:00 -06:00
|
|
|
multiprocess==0.70.16
|
|
|
|
|
|
2025-12-05 00:48:23 -06:00
|
|
|
# Required for v1/metrics/test_engine_logger_apis.py
|
|
|
|
|
ray[cgraph,default]>=2.48.0
|
|
|
|
|
|
2025-11-25 01:14:59 -06:00
|
|
|
torchgeo==0.7.0
|
2025-11-28 19:31:44 -06:00
|
|
|
# via terratorch
|
|
|
|
|
# MTEB Benchmark Test
|
2026-02-21 23:23:24 -05:00
|
|
|
mteb[bm25s]>=2, <3
|
2025-11-28 19:31:44 -06:00
|
|
|
|
|
|
|
|
# Utilities
|
|
|
|
|
num2words==0.5.14
|
|
|
|
|
# via lm-eval
|
|
|
|
|
pqdm==0.2.0
|
|
|
|
|
# via lm-eval
|
2025-11-24 20:15:39 -06:00
|
|
|
|
2026-01-16 02:56:18 +08:00
|
|
|
# Required for fastsafetensors test
|
|
|
|
|
fastsafetensors @ git+https://github.com/foundation-model-stack/fastsafetensors.git@d6f998a03432b2452f8de2bb5cefb5af9795d459
|
2025-11-24 20:15:39 -06:00
|
|
|
# Required for suffix decoding test
|
2025-11-25 01:14:59 -06:00
|
|
|
arctic-inference == 0.1.1
|
2025-11-28 19:31:44 -06:00
|
|
|
# Required for Nemotron test
|
|
|
|
|
open-clip-torch==2.32.0
|
2025-12-27 22:15:14 -06:00
|
|
|
# Required for isaac Multi-Modal generation test
|
|
|
|
|
perceptron==0.1.4
|
2026-01-06 17:23:11 -06:00
|
|
|
# Required for the multi-modal models test
|
|
|
|
|
timm==1.0.17
|
2026-01-06 19:12:23 -06:00
|
|
|
# Required for plugins test
|
2026-01-15 01:19:34 -06:00
|
|
|
albumentations==1.4.6
|
|
|
|
|
# Pin transformers version
|
|
|
|
|
transformers==4.57.3
|
2026-01-31 20:51:54 -06:00
|
|
|
# Pin HF Hub version
|
2026-02-06 11:25:33 +00:00
|
|
|
huggingface-hub==0.36.2
|
2026-02-13 22:04:29 -06:00
|
|
|
# Pin Mistral Common
|
|
|
|
|
mistral-common[image,audio]==1.9.1
|
2026-02-16 09:33:42 -06:00
|
|
|
# Required for Prithvi tests
|
|
|
|
|
terratorch==1.2.2
|
|
|
|
|
# Required for Prithvi tests
|
|
|
|
|
segmentation-models-pytorch==0.5.0
|
|
|
|
|
# Required for Prithvi tests
|
|
|
|
|
imagehash==4.3.2
|
2026-02-21 09:34:55 +01:00
|
|
|
# Required for bitsandbytes quantization test
|
|
|
|
|
bitsandbytes==0.49.2
|
2026-02-21 22:01:10 -06:00
|
|
|
# Examples (tensorizer) tests
|
|
|
|
|
tensorizer==2.10.1
|