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
nni
Commits
dbf842a6
Unverified
Commit
dbf842a6
authored
Dec 27, 2021
by
liuzhe-lz
Committed by
GitHub
Dec 27, 2021
Browse files
fix filelock imcompatible with python 3.6 issue (#4427)
parent
4b2dcab3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dependencies/required.txt
dependencies/required.txt
+2
-1
No files found.
dependencies/required.txt
View file @
dbf842a6
...
@@ -13,7 +13,8 @@ scikit-learn >= 0.24.1 ; python_version >= "3.7"
...
@@ -13,7 +13,8 @@ scikit-learn >= 0.24.1 ; python_version >= "3.7"
scikit-learn < 1.0 ; python_version < "3.7"
scikit-learn < 1.0 ; python_version < "3.7"
websockets >= 10.1 ; python_version >= "3.7"
websockets >= 10.1 ; python_version >= "3.7"
websockets <= 10.0 ; python_version < "3.7"
websockets <= 10.0 ; python_version < "3.7"
filelock
filelock ; python_version >="3.7"
filelock < 3.4 ; python_version < "3.7"
prettytable
prettytable
cloudpickle
cloudpickle
dataclasses ; python_version < "3.7"
dataclasses ; python_version < "3.7"
...
...
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