We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d78146 commit d542e13Copy full SHA for d542e13
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="libauc",
8
- version="1.3.1",
+ version="1.4.0",
9
author="Zhuoning Yuan, Tianbao Yang",
10
description="LibAUC: A Deep Learning Library for X-Risk Optimization",
11
long_description=long_description,
@@ -14,7 +14,7 @@
14
packages=setuptools.find_packages(),
15
classifiers=[
16
"Programming Language :: Python :: 3",
17
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
+ "License :: OSI Approved :: MIT License",
18
"Operating System :: OS Independent",
19
],
20
python_requires=">=3.8",
0 commit comments