Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
fb6ab73b
Commit
fb6ab73b
authored
Nov 29, 2020
by
lucas_miranda
Browse files
Fixed python required version
parent
a31feacf
Pipeline
#88167
failed with stage
in 1 minute and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof/setup.py
View file @
fb6ab73b
...
...
@@ -22,7 +22,7 @@ setuptools.setup(
"Google :: Tensorflow"
,
"Neuroscience :: Animal behaviour"
,
],
python_requires
=
"
>=
3.
6
"
,
python_requires
=
"3.
8
"
,
platform
=
"Platform independent"
,
License
=
"MIT"
,
)
Write
Preview
Supports
Markdown
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