mirror of
https://github.com/zhigang1992/fastai.git
synced 2026-04-29 18:14:52 +08:00
setup.py
This commit is contained in:
22
setup.py
22
setup.py
@@ -19,8 +19,8 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name = "fastai",
|
||||
packages = ['fastai', 'fastai/models', 'fastai/models/cifar10'], # this must be the same as the name above
|
||||
version = 1.0 ,
|
||||
packages = ['fastai', 'fastai/models', 'fastai/models/cifar10'],
|
||||
version = 0.4 ,
|
||||
description = "The fast.ai deep learning and machine learning library. Git pull fastai, for all fast.ai sessions and tutorials also",
|
||||
author = "Jeremy Howard and contributors",
|
||||
author_email = "info@fast.ai",
|
||||
@@ -28,16 +28,14 @@ setup(
|
||||
url = "https://github.com/fastai/fastai",
|
||||
download_url = 'https://github.com/fastai/fastai/archive/1.0.tar.gz',
|
||||
install_requires =
|
||||
['awscli',
|
||||
'bcolz', 'bleach', 'certifi', 'cycler', 'decorator',
|
||||
'entrypoints',
|
||||
'feather-format',
|
||||
'graphviz', 'html5lib', 'ipykernel', 'ipython', 'ipython-genutils', 'ipywidgets', 'isoweek', 'jedi', 'Jinja2', 'jsonschema', 'jupyter', 'jupyter-client', 'jupyter-console',
|
||||
'jupyter_contrib_nbextensions', 'jupyter-core',
|
||||
'kaggle-cli', 'MarkupSafe', 'matplotlib', 'mistune', 'nbconvert', 'nbformat', 'notebook', 'numpy', 'olefile', 'opencv-python', 'pandas', 'pandas_summary', 'pandocfilters', 'pexpect', 'pickleshare', 'Pillow',
|
||||
'plotnine', 'prompt-toolkit', 'ptyprocess', 'Pygments', 'pyparsing', 'python-dateutil', 'pytz', 'PyYAML', 'pyzmq', 'qtconsole', 'scipy', 'seaborn', 'simplegeneric', 'six',
|
||||
'sklearn_pandas', 'terminado', 'testpath',
|
||||
'torchtext', 'tornado', 'tqdm', 'traitlets', 'wcwidth', 'webencodings', 'widgetsnbextension'],
|
||||
['awscli', 'bcolz', 'bleach', 'certifi', 'cycler', 'decorator', 'entrypoints', 'feather-format', 'graphviz', 'html5lib',
|
||||
'ipykernel', 'ipython', 'ipython-genutils', 'ipywidgets', 'isoweek', 'jedi', 'Jinja2', 'jsonschema', 'jupyter',
|
||||
'jupyter-client', 'jupyter-console', 'jupyter_contrib_nbextensions', 'jupyter-core', 'kaggle-cli', 'MarkupSafe',
|
||||
'matplotlib', 'mistune', 'nbconvert', 'nbformat', 'notebook', 'numpy', 'olefile', 'opencv-python', 'pandas',
|
||||
'pandas_summary', 'pandocfilters', 'pexpect', 'pickleshare', 'Pillow', 'plotnine', 'prompt-toolkit',
|
||||
'ptyprocess', 'Pygments', 'pyparsing', 'python-dateutil', 'pytz', 'PyYAML', 'pyzmq', 'qtconsole', 'scipy',
|
||||
'seaborn', 'simplegeneric', 'six', 'sklearn_pandas', 'terminado', 'testpath', 'torchtext', 'tornado', 'tqdm',
|
||||
'traitlets', 'wcwidth', 'webencodings', 'widgetsnbextension'],
|
||||
keywords = ['deeplearning', 'pytorch', 'machinelearning'],
|
||||
classifiers = ['Development Status :: 3 - Alpha', 'Programming Language :: Python', 'Programming Language :: Python :: 3.6']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user