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
74690b62
Unverified
Commit
74690b62
authored
Aug 31, 2022
by
Sylvain Gugger
Committed by
GitHub
Aug 31, 2022
Browse files
Pin ffspec (#18837)
* Pin ffspec * Typo
parent
3b6943e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
setup.py
setup.py
+2
-0
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-0
No files found.
setup.py
View file @
74690b62
...
@@ -109,6 +109,7 @@ _deps = [
...
@@ -109,6 +109,7 @@ _deps = [
"fairscale>0.3"
,
"fairscale>0.3"
,
"faiss-cpu"
,
"faiss-cpu"
,
"fastapi"
,
"fastapi"
,
"fsspec!=2022.8.1"
,
"filelock"
,
"filelock"
,
"flake8>=3.8.3"
,
"flake8>=3.8.3"
,
"flax>=0.4.1"
,
"flax>=0.4.1"
,
...
@@ -290,6 +291,7 @@ extras["testing"] = (
...
@@ -290,6 +291,7 @@ extras["testing"] = (
"datasets"
,
"datasets"
,
"dill"
,
"dill"
,
"evaluate"
,
"evaluate"
,
"fsspec"
,
# can be removed once the fix is in Datasets
"pytest-timeout"
,
"pytest-timeout"
,
"black"
,
"black"
,
"sacrebleu"
,
"sacrebleu"
,
...
...
src/transformers/dependency_versions_table.py
View file @
74690b62
...
@@ -15,6 +15,7 @@ deps = {
...
@@ -15,6 +15,7 @@ deps = {
"fairscale"
:
"fairscale>0.3"
,
"fairscale"
:
"fairscale>0.3"
,
"faiss-cpu"
:
"faiss-cpu"
,
"faiss-cpu"
:
"faiss-cpu"
,
"fastapi"
:
"fastapi"
,
"fastapi"
:
"fastapi"
,
"fsspec"
:
"fsspec!=2022.8.1"
,
"filelock"
:
"filelock"
,
"filelock"
:
"filelock"
,
"flake8"
:
"flake8>=3.8.3"
,
"flake8"
:
"flake8>=3.8.3"
,
"flax"
:
"flax>=0.4.1"
,
"flax"
:
"flax>=0.4.1"
,
...
...
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