Files
VDM/requirements.txt
T
2025-09-05 03:14:24 -04:00

356 lines
6.8 KiB
Plaintext

# A good many of these are likely not needed. But exist due to ongoing testing and development.
# You MUST use a .venv for this project. uv or conda is HIGHLY recommended.
# Not using one will likely break your system-wide Python library.
# =========================
# Server / API framework
# =========================
fastapi==0.116.1
starlette==0.47.3
uvicorn==0.35.0
httptools==0.6.4
orjson==3.11.3
watchfiles==1.1.0
# =========================
# HTTP / Networking / Async
# =========================
aiohappyeyeballs==2.6.1
aiohttp==3.12.15
aiolimiter==1.2.1
aiosignal==1.4.0
anyio==4.10.0
h11==0.16.0
h2==4.3.0
httpcore==1.0.9
httpx==0.28.1
httpx-sse==0.4.0
hyperframe==6.1.0
multidict==6.6.4
rfc3986==1.5.0
sniffio==1.3.1
websocket-client==1.8.0
websockets==15.0.1
yarl==1.20.1
# =========================
# Auth / Security
# =========================
authlib==1.6.3
bcrypt==3.2.0
cryptography==45.0.6
google-auth==2.40.3
oauthlib==3.3.1
pyasn1==0.6.1
pyasn1-modules==0.4.2
pyjwt==2.10.1
requests-oauthlib==2.0.0
rsa==4.9.1
# =========================
# Cloud SDKs / Telemetry / Infra
# =========================
azure-core==1.35.0
azure-identity==1.24.0
googleapis-common-protos==1.70.0
grpcio==1.74.0
kubernetes==33.1.0
opentelemetry-api==1.36.0
opentelemetry-exporter-otlp-proto-common==1.36.0
opentelemetry-exporter-otlp-proto-grpc==1.36.0
opentelemetry-proto==1.36.0
opentelemetry-sdk==1.36.0
opentelemetry-semantic-conventions==0.57b0
posthog==5.4.0
# =========================
# Data / Serialization / Validation
# =========================
annotated-types==0.7.0
jsonpatch==1.33
jsonpointer==3.0.0
jsonschema==4.25.1
jsonschema-specifications==2025.4.1
pydantic==2.11.7
pydantic-core==2.33.2
pydantic-settings==2.10.1
protobuf==6.32.0
python-dateutil==2.9.0.post0
python-dotenv==1.1.1
pyyaml==6.0.2
referencing==0.36.2
rpds-py==0.27.1
uritemplate==4.2.0
# =========================
# Core ML / Math / Utils
# =========================
llvmlite==0.43.0
numba==0.60.0
numpy==2.0.0
scipy==1.16.1
scikit-learn==1.7.1
threadpoolctl==3.6.0
sympy==1.14.0
tqdm==4.67.1
# =========================
# PyTorch stack
# =========================
torch==2.8.0+cu126
torchvision==0.23.0+cu126
torchaudio==2.8.0
tensorboardx==2.6.4
torchcrepe==0.0.20
# =========================
# NLP / LLM tooling
# =========================
accelerate==1.10.1
huggingface-hub==0.34.4
sentence-transformers==5.1.0
tokenizers==0.22.0
transformers==4.56.0
tiktoken==0.11.0
sacrebleu==2.5.1
regex==2025.8.29
openai==1.102.0
cohere==5.17.0
google-genai==1.32.0
voyageai==0.3.4
langchain-core==0.3.75
langchain-text-splitters==0.3.11
langsmith==0.4.21
# =========================
# spaCy + curated transformers
# =========================
spacy==3.8.7
en-core-web-sm==3.8.0
thinc==8.3.4
catalogue==2.0.10
confection==0.1.5
cymem==2.0.11
murmurhash==1.0.13
preshed==3.0.10
srsly==2.5.1
spacy-legacy==3.0.12
spacy-loggers==1.0.5
langcodes==3.5.0
language-data==1.3.0
marisa-trie==1.3.1
wasabi==1.1.3
spacy-curated-transformers==0.3.1
curated-tokenizers==0.0.9
curated-transformers==0.1.1
misaki==0.9.4
# =========================
# Vectors / Datastores / Retrieval
# =========================
chromadb==1.0.20
faiss-cpu==1.10.0
qdrant-client==1.15.1
pinecone==7.3.0
pinecone-plugin-assistant==1.8.0
pinecone-plugin-interface==0.0.7
weaviate-client==4.16.9
turbopuffer==1.0.0
propcache==0.3.2
smart-open==7.3.0.post1
# =========================
# Audio / Speech / Media
# =========================
audioread==3.0.1
av==15.1.0
edge-tts==7.2.3
einops==0.8.1
espeakng-loader==0.2.4
ffmpeg-python==0.2.0
kokoro==0.9.4
librosa==0.11.0
praat-parselmouth==0.4.6
pyworld==0.3.5
resampy==0.4.3
soundfile==0.13.1
soxr==0.5.0.post1
tts-with-rvc==0.1.9.1
# =========================
# Imaging / Files / Parsing
# =========================
pillow==11.0.0
lxml==6.0.1
rdflib==7.1.4
csvw==3.5.1
isodate==0.7.2
language-tags==1.2.0
markdown-it-py==4.0.0
mdurl==0.1.2
tabulate==0.9.0
validators==0.35.0
# =========================
# ONNX / Inference backends
# =========================
onnxruntime==1.22.1
onnxruntime-gpu==1.22.0
# =========================
# DB / Storage / Locking
# =========================
pymongo==4.14.1
portalocker==3.2.0
# =========================
# CLI / Logging / Dev ergonomics
# =========================
backoff==2.2.1
click==8.2.1
colorama==0.4.6
coloredlogs==15.0.1
colorlog==6.9.0
humanfriendly==10.0
loguru==0.7.3
pygments==2.19.2
rich==14.1.0
tenacity==9.1.2
typer==0.17.3
shellingham==1.5.4
# =========================
# Tree-sitter / code tooling
# =========================
tree-sitter==0.25.1
tree-sitter-c-sharp==0.23.1
tree-sitter-embedded-template==0.25.0
tree-sitter-language-pack==0.9.0
tree-sitter-yaml==0.7.1
# =========================
# Azure / MSAL helpers
# =========================
msal==1.33.0
msal-extensions==1.3.1
# =========================
# Fairseq & friends
# =========================
fairseq-built==0.12.3
# =========================
# Misc libraries (as installed)
# =========================
accelerate==1.10.1
addict==2.4.0
antlr4-python3-runtime==4.9.3
attrs==25.3.0
autotiktokenizer==0.2.2
babel==2.17.0
bitarray==3.7.1
blis==1.2.1
build==1.3.0
cachetools==5.5.2
certifi==2025.8.3
cffi==1.17.1
charset-normalizer==3.4.3
chonkie==1.2.1
chromadb==1.0.20
cloudflared==1.0.0.2
cloudpathlib==0.22.0
cohere==5.17.0
confection==0.1.5
csvw==3.5.1
cython==3.1.3
decorator==5.2.1
deprecation==2.1.0
distro==1.9.0
dlinfo==2.0.0
dnspython==2.7.0
docopt==0.6.2
durationpy==0.10
fastavro==1.12.0
filelock==3.19.1
flatbuffers==25.2.10
frozenlist==1.7.0
fsspec==2025.7.0
future==1.0.0
hpack==4.1.0
hydra-core==1.3.2
hyper-connections==0.2.1
idna==3.10
importlib-metadata==8.7.0
importlib-resources==6.5.2
isodate==0.7.2
jinja2==3.1.6
jiter==0.10.0
joblib==1.5.2
kokoro==0.9.4
langcodes==3.5.0
language-data==1.3.0
lazy-loader==0.4
librosa==0.11.0
local-attention==1.11.2
lxml==6.0.1
magika==0.6.2
marisa-trie==1.3.1
markupsafe==3.0.2
mdurl==0.1.2
misaki==0.9.4
mmh3==5.2.0
model2vec==0.6.0
mpmath==1.3.0
msgpack==1.1.1
nest-asyncio==1.6.0
networkx==3.5
num2words==0.5.14
omegaconf==2.3.0
overrides==7.7.0
packaging==25.0
passlib==1.7.4
phonemizer-fork==3.3.2
pinecone-plugin-assistant==1.8.0
pinecone-plugin-interface==0.0.7
pip==25.2
platformdirs==4.4.0
pooch==1.8.2
portalocker==3.2.0
praat-parselmouth==0.4.6
pybase64==1.4.2
pycparser==2.22
pyparsing==3.2.3
pypika==0.48.9
pyproject-hooks==1.2.0
pyreadline3==3.5.4
pywin32==311
qdrant-client==1.15.1
rdflib==7.1.4
requests==2.32.5
requests-toolbelt==1.0.0
rich==14.1.0
safetensors==0.6.2
segments==2.3.0
setuptools==80.9.0
setuptools-scm==9.2.0
six==1.17.0
smart-open==7.3.0.post1
soundfile==0.13.1
thinc==8.3.4
tree-sitter==0.25.1
types-requests==2.32.4.20250809
typing-extensions==4.15.0
typing-inspection==0.4.1
urllib3==2.5.0
validators==0.35.0
wasabi==1.1.3
weasel==0.4.1
weaviate-client==4.16.9
wheel==0.45.1
win32-setctime==1.2.0
wrapt==1.17.3
zipp==3.23.0
zstandard==0.24.0