mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-12 12:40:20 +08:00
release v0.2
This commit is contained in:
@@ -7,7 +7,7 @@ from setuptools import setup, find_packages
|
|||||||
# http://blog.ionelmc.ro/2014/05/25/python-packaging/
|
# http://blog.ionelmc.ro/2014/05/25/python-packaging/
|
||||||
setup(
|
setup(
|
||||||
name="pytorch-lightning",
|
name="pytorch-lightning",
|
||||||
version='0.122',
|
version='0.2',
|
||||||
description="The Keras for ML researchers using PyTorch",
|
description="The Keras for ML researchers using PyTorch",
|
||||||
author="William Falcon",
|
author="William Falcon",
|
||||||
author_email="waf2107@columbia.edu",
|
author_email="waf2107@columbia.edu",
|
||||||
@@ -19,7 +19,7 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
"torch>=1.1.0",
|
"torch>=1.1.0",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
"test-tube>=0.652",
|
"test-tube>=0.653",
|
||||||
"tensorflow>=1.14.0"
|
"tensorflow>=1.14.0"
|
||||||
],
|
],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|||||||
Reference in New Issue
Block a user