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
chenpangpang
transformers
Commits
70032949
"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "802f4c81f3b90b72f1cc15481bac4639888a3e0c"
Unverified
Commit
70032949
authored
Oct 23, 2023
by
Lysandre Debut
Committed by
GitHub
Oct 23, 2023
Browse files
Limit to inferior fsspec version (#27010)
Pin fsspec
parent
f71c9ccf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+1
-0
setup.py
setup.py
+1
-0
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-0
No files found.
.circleci/create_circleci_config.py
View file @
70032949
...
...
@@ -127,6 +127,7 @@ class CircleCIJob:
},
]
steps
.
extend
([{
"run"
:
l
}
for
l
in
self
.
install_steps
])
steps
.
extend
([{
"run"
:
'pip install "fsspec>=2023.5.0,<2023.10.0"'
}])
steps
.
extend
([{
"run"
:
"pip install pytest-subtests"
}])
steps
.
append
(
{
...
...
setup.py
View file @
70032949
...
...
@@ -113,6 +113,7 @@ _deps = [
"fastapi"
,
"filelock"
,
"flax>=0.4.1,<=0.7.0"
,
"fsspec<2023.10.0"
,
"ftfy"
,
"fugashi>=1.0"
,
"GitPython<3.1.19"
,
...
...
src/transformers/dependency_versions_table.py
View file @
70032949
...
...
@@ -20,6 +20,7 @@ deps = {
"fastapi"
:
"fastapi"
,
"filelock"
:
"filelock"
,
"flax"
:
"flax>=0.4.1,<=0.7.0"
,
"fsspec"
:
"fsspec<2023.10.0"
,
"ftfy"
:
"ftfy"
,
"fugashi"
:
"fugashi>=1.0"
,
"GitPython"
:
"GitPython<3.1.19"
,
...
...
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