mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-12 12:40:20 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48f0cd0f63 | ||
|
|
0c584a6a13 | ||
|
|
44686f74d8 | ||
|
|
011a2f3dd7 |
@@ -9,12 +9,12 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
# https://packaging.python.org/discussions/install-requires-vs-requirements /
|
# https://packaging.python.org/discussions/install-requires-vs-requirements /
|
||||||
# keep the meta-data here for simplicity in reading this file... it's not obvious
|
# keep the meta-data here for simplicity in reading this file... it's not obvious
|
||||||
# what happens and to non-engineers they won't know to look in init...
|
# what happens and to non-engineers they won't know to look in init ...
|
||||||
# the goal of the project is simplicity for researchers, don't want to add too much
|
# the goal of the project is simplicity for researchers, don't want to add too much
|
||||||
# engineer specific practices
|
# engineer specific practices
|
||||||
setup(
|
setup(
|
||||||
name='pytorch-lightning',
|
name='pytorch-lightning',
|
||||||
version='0.4.0',
|
version='0.4.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',
|
||||||
@@ -29,9 +29,9 @@ setup(
|
|||||||
keywords=['deep learning', 'pytorch', 'AI'],
|
keywords=['deep learning', 'pytorch', 'AI'],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'torch==1.1.0',
|
'torch==1.2.0',
|
||||||
'tqdm',
|
'tqdm',
|
||||||
'test-tube>=0.6.7.6',
|
'test-tube==0.6.8',
|
||||||
'pandas>=0.20.3',
|
'pandas>=0.20.3',
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|||||||
Reference in New Issue
Block a user