"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "ccd4180f8afdd65e0b31b739998dfc6bf04308b9"
Unverified Commit e218249b authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Pin git python to <3.10.0 (#12858)

* fix_torch_device_generate_test

* remove @

* pin git python

* make style

* typo
parent 795c1444
...@@ -100,7 +100,7 @@ _deps = [ ...@@ -100,7 +100,7 @@ _deps = [
"flake8>=3.8.3", "flake8>=3.8.3",
"flax>=0.3.4", "flax>=0.3.4",
"fugashi>=1.0", "fugashi>=1.0",
"GitPython", "GitPython<3.1.19",
"huggingface-hub==0.0.12", "huggingface-hub==0.0.12",
"importlib_metadata", "importlib_metadata",
"ipadic>=1.0.0,<2.0", "ipadic>=1.0.0,<2.0",
......
...@@ -17,7 +17,7 @@ deps = { ...@@ -17,7 +17,7 @@ deps = {
"flake8": "flake8>=3.8.3", "flake8": "flake8>=3.8.3",
"flax": "flax>=0.3.4", "flax": "flax>=0.3.4",
"fugashi": "fugashi>=1.0", "fugashi": "fugashi>=1.0",
"GitPython": "GitPython", "GitPython": "GitPython<3.1.19",
"huggingface-hub": "huggingface-hub==0.0.12", "huggingface-hub": "huggingface-hub==0.0.12",
"importlib_metadata": "importlib_metadata", "importlib_metadata": "importlib_metadata",
"ipadic": "ipadic>=1.0.0,<2.0", "ipadic": "ipadic>=1.0.0,<2.0",
......
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