File size: 519 Bytes
9c4b1c4
 
eba7b00
9c4b1c4
 
 
 
 
 
eba7b00
 
9c4b1c4
 
 
9b289ad
6a489d1
9c4b1c4
 
2d76fb0
9c4b1c4
 
 
 
 
 
 
eba7b00
63914c0
c80c24e
63914c0
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ML / DL Frameworks
torch==2.4.0
torchvision==0.19
transformers

# ML/DL Helpers
einops==0.8.0

# Data Science
# Using headless opencv to prevent libGL errors in Docker/Spaces
opencv-python-headless==4.10.0.84
pandas==2.2.3
scikit-image==0.22.0
scikit-learn==1.5.2
numpy<2.0
matplotlib

# MLOps & Infrastructure
wandb==0.16.6

# Utilities
PyYAML==6.0.2
tqdm==4.67.1
albumentations
ftfy
open-clip-torch

# 1. Use latest Gradio
gradio==5.49.1
# 2. Unpin FastAPI and Pydantic to allow latest versions
# fastapi
# pydantic