Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
张 建国
onn在线训练
Commits
91d5ede0
Commit
91d5ede0
authored
Jun 13, 2019
by
Alison Carrera
Browse files
Adjusts in dependencies.
parent
8b6d9142
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
91d5ede0
...
@@ -6,13 +6,13 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
...
@@ -6,13 +6,13 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description
=
f
.
read
()
long_description
=
f
.
read
()
setup
(
name
=
'onn'
,
setup
(
name
=
'onn'
,
version
=
'0.0.
1
'
,
version
=
'0.0.
3
'
,
description
=
'Online Neural Network'
,
description
=
'Online Neural Network'
,
url
=
'https://github.com/alison-carrera/onn'
,
url
=
'https://github.com/alison-carrera/onn'
,
author
=
'Alison Carrera'
,
author
=
'Alison Carrera'
,
author_email
=
'alison.carrera2007@gmail.com'
,
author_email
=
'alison.carrera2007@gmail.com'
,
packages
=
find_packages
(),
packages
=
find_packages
(),
install_requires
=
[
'numpy'
,
'
py
torch'
],
install_requires
=
[
'numpy'
,
'torch'
],
long_description
=
long_description
,
long_description
=
long_description
,
long_description_content_type
=
'text/markdown'
,
long_description_content_type
=
'text/markdown'
,
license
=
'Apache 2.0'
,
license
=
'Apache 2.0'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment