зеркало из https://github.com/microsoft/statopt.git
recreated dist file for pip package v0.2
This commit is contained in:
Родитель
75f4c239a3
Коммит
d002d3497e
Двоичный файл не отображается.
Двоичный файл не отображается.
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='statopt',
|
||||
version='0.1',
|
||||
version='0.2',
|
||||
packages=find_packages(exclude=['tests*']),
|
||||
license='MIT',
|
||||
description='Statistical adaptive stochastic optimization methods',
|
||||
|
|
Загрузка…
Ссылка в новой задаче