Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
e869fcbe
Commit
e869fcbe
authored
Jan 18, 2017
by
Soumith Chintala
Committed by
GitHub
Jan 18, 2017
Browse files
Merge pull request #29 from smartkiwi/master
Install package dependencies automatically
parents
048f6f50
2fb84474
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
setup.py
setup.py
+9
-0
No files found.
setup.py
View file @
e869fcbe
...
...
@@ -9,6 +9,14 @@ readme = open('README.rst').read()
VERSION
=
'0.1.6'
# same as ./requirements.txt
requirements
=
[
'numpy'
,
'pillow'
,
'six'
,
'torch'
,
]
setup
(
# Metadata
name
=
'torchvision'
,
...
...
@@ -24,4 +32,5 @@ setup(
packages
=
find_packages
(
exclude
=
(
'test'
,)),
zip_safe
=
True
,
install_requires
=
requirements
,
)
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