"test/vscode:/vscode.git/clone" did not exist on "37f2e91832b25ee907533ad63bded43fc7e4cba7"
Unverified Commit dbf842a6 authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

fix filelock imcompatible with python 3.6 issue (#4427)

parent 4b2dcab3
...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment