Files
PracticeClassif/code/requirements.txt
2026-06-30 15:23:37 +03:00

17 lines
674 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# EdgeNeXt + Optuna HPO on Naruto Sign — pinned-ish minimums.
# Use a Python 3.103.12 env (PyTorch wheels are not yet built for 3.14).
torch>=2.2
torchvision>=0.17
timm>=1.0.7 # EdgeNeXt weights + Mixup/SoftTargetCrossEntropy
optuna>=4.5 # AutoSampler / multi-objective / pruners
optunahub>=0.2 # AutoSampler lives here (load_module("samplers/auto_sampler"))
umap-learn>=0.5.5
scikit-learn>=1.3
hdbscan>=0.8.33 # optional, density clustering on UMAP mid-dim
matplotlib>=3.7
numpy>=1.24
pillow>=10.0
pandas>=2.0
kagglehub>=0.3 # optional, dataset download
plotly>=5.18 # optional, optuna.visualization interactive plots