Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
13530934
baselines
Commits
59c7887e
Commit
59c7887e
authored
Jun 23, 2017
by
Szymon Sidor
Committed by
GitHub
Jun 23, 2017
Browse files
Merge pull request #26 from LinZichuan/master
Update setup.py
parents
3d235ae7
ef1a2402
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
59c7887e
...
...
@@ -9,7 +9,7 @@ setup(name='baselines',
packages
=
[
package
for
package
in
find_packages
()
if
package
.
startswith
(
'baselines'
)],
install_requires
=
[
'gym>=0.9.1'
,
'gym>=0.9.1
[all]
'
,
'scipy'
,
'tqdm'
,
'joblib'
,
...
...
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