Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ozan Catal
Animal Ai Env
Commits
f97f4a4b
Commit
f97f4a4b
authored
Apr 22, 2020
by
Benjamin
Browse files
steup.py cahgne python version requirement
parent
469c166b
Changes
2
Hide whitespace changes
Inline
Side-by-side
animalai/setup.py
View file @
f97f4a4b
...
@@ -20,5 +20,5 @@ setup(
...
@@ -20,5 +20,5 @@ setup(
],
# Required
],
# Required
zip_safe
=
False
,
zip_safe
=
False
,
install_requires
=
[
"mlagents-envs==0.15.0"
,
"jsonpickle"
,
"pyyaml"
],
install_requires
=
[
"mlagents-envs==0.15.0"
,
"jsonpickle"
,
"pyyaml"
],
python_requires
=
">=3.5"
,
# ,<3.8",
python_requires
=
">=3.5"
,
)
)
animalai_train/setup.py
View file @
f97f4a4b
...
@@ -16,5 +16,5 @@ setup(
...
@@ -16,5 +16,5 @@ setup(
packages
=
[
"animalai_train"
],
# Required
packages
=
[
"animalai_train"
],
# Required
zip_safe
=
False
,
zip_safe
=
False
,
install_requires
=
[
"animalai==2.0.0b0"
,
"mlagents==0.15.0"
],
install_requires
=
[
"animalai==2.0.0b0"
,
"mlagents==0.15.0"
],
python_requires
=
">=3.
5,<3.8
"
,
python_requires
=
">=3.
6.1
"
,
)
)
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