File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ This is an on-going development so many improvements are still being made. Comme
1010
1111## Environments
1212- Python: 3.7+
13- - CUDA: 10.2 (if training neural networks by GPU)
14- - Pytorch 1.12 +
13+ - CUDA: 11.6 (if training neural networks by GPU)
14+ - Pytorch 1.13.1 +
1515
1616If you have a different version of CUDA, follow the installation instructions for PyTorch LTS at their [ website] ( https://pytorch.org/ ) .
1717
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Install LibMultiLabel from Source
2525* Environment
2626
2727 * Python: 3.7+
28- * CUDA: 10.2 (if training neural networks by GPU)
29- * Pytorch 1.12 +
28+ * CUDA: 11.6 (if training neural networks by GPU)
29+ * Pytorch 1.13.1 +
3030
3131It is optional but highly recommended to
3232create a virtual environment.
Original file line number Diff line number Diff line change 11[metadata]
22name = libmultilabel
3- version = 0.1.6
3+ version = 0.1.7
44author = LibMultiLabel Team
55license = MIT License
66license_file = LICENSE
@@ -12,7 +12,7 @@ project_urls =
1212 Documentation = https://www.csie.ntu.edu.tw/~cjlin/libmultilabel
1313 Source Code = https://github.com/ASUS-AICS/LibMultiLabel/
1414classifiers =
15- Environment :: GPU :: NVIDIA CUDA :: 10.2
15+ Environment :: GPU :: NVIDIA CUDA :: 11.6
1616 Intended Audience :: Developers
1717 Intended Audience :: Education
1818 Intended Audience :: Science/Research
@@ -29,8 +29,8 @@ install_requires =
2929 pandas
3030 PyYAML
3131 scikit-learn
32- torch>=1.12.0
33- torchmetrics>=0.9.2
32+ torch>=1.13.1
33+ torchmetrics ==0.10.3
3434 torchtext>=0.13.0
3535 pytorch-lightning ==1.7.7
3636 tqdm
You can’t perform that action at this time.
0 commit comments