Skip to content

Commit ba3384e

Browse files
authored
Merge pull request #236 from ASUS-AICS/pypi
Update release version: 0.1.7
2 parents 8532799 + 1471c41 commit ba3384e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1616
If you have a different version of CUDA, follow the installation instructions for PyTorch LTS at their [website](https://pytorch.org/).
1717

docs/cli/ov_data_format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3131
It is optional but highly recommended to
3232
create a virtual environment.

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = libmultilabel
3-
version = 0.1.6
3+
version = 0.1.7
44
author = LibMultiLabel Team
55
license = MIT License
66
license_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/
1414
classifiers =
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

0 commit comments

Comments
 (0)