Pin git python to <3.10.0 (#12858)

* fix_torch_device_generate_test

* remove @

* pin git python

* make style

* typo
This commit is contained in:
Patrick von Platen 2021-07-23 14:16:04 +02:00 committed by GitHub
parent 795c1444e9
commit e218249b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ _deps = [
"flake8>=3.8.3",
"flax>=0.3.4",
"fugashi>=1.0",
"GitPython",
"GitPython<3.1.19",
"huggingface-hub==0.0.12",
"importlib_metadata",
"ipadic>=1.0.0,<2.0",

View File

@ -17,7 +17,7 @@ deps = {
"flake8": "flake8>=3.8.3",
"flax": "flax>=0.3.4",
"fugashi": "fugashi>=1.0",
"GitPython": "GitPython",
"GitPython": "GitPython<3.1.19",
"huggingface-hub": "huggingface-hub==0.0.12",
"importlib_metadata": "importlib_metadata",
"ipadic": "ipadic>=1.0.0,<2.0",