PyRetri/requirements.txt
thomasflittner 3043758bfd Depreciation Fix
- replace sklearn with scikit-learn in requirements.txt and setup.py
- change imports from torchvision.models.utils to torch.hub in builder.py and misc.py
2024-11-12 16:28:38 +09:00

8 lines
81 B
Plaintext

# -*- coding: utf-8 -*-
numpy
torch>=1.1
torchvision>=0.4
scikit-learn
yacs
tqdm