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
renzhc
diffusers_dcu
Commits
fd768456
Unverified
Commit
fd768456
authored
Sep 04, 2022
by
Patrick von Platen
Committed by
GitHub
Sep 04, 2022
Browse files
Add transformers and scipy to dependency table (#348)
uP
parent
b1fe1706
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
setup.py
setup.py
+3
-1
src/diffusers/dependency_versions_table.py
src/diffusers/dependency_versions_table.py
+3
-1
No files found.
setup.py
View file @
fd768456
...
@@ -83,7 +83,7 @@ _deps = [
...
@@ -83,7 +83,7 @@ _deps = [
"filelock"
,
"filelock"
,
"flake8>=3.8.3"
,
"flake8>=3.8.3"
,
"hf-doc-builder>=0.3.0"
,
"hf-doc-builder>=0.3.0"
,
"huggingface-hub>=0.8.1
,<1.0
"
,
"huggingface-hub>=0.8.1"
,
"importlib_metadata"
,
"importlib_metadata"
,
"isort>=5.5.4"
,
"isort>=5.5.4"
,
"modelcards==0.1.4"
,
"modelcards==0.1.4"
,
...
@@ -91,10 +91,12 @@ _deps = [
...
@@ -91,10 +91,12 @@ _deps = [
"pytest"
,
"pytest"
,
"pytest-timeout"
,
"pytest-timeout"
,
"pytest-xdist"
,
"pytest-xdist"
,
"scipy"
,
"regex!=2019.12.17"
,
"regex!=2019.12.17"
,
"requests"
,
"requests"
,
"tensorboard"
,
"tensorboard"
,
"torch>=1.4"
,
"torch>=1.4"
,
"transformers>=4.21.0"
,
]
]
# this is a lookup table with items like:
# this is a lookup table with items like:
...
...
src/diffusers/dependency_versions_table.py
View file @
fd768456
...
@@ -9,7 +9,7 @@ deps = {
...
@@ -9,7 +9,7 @@ deps = {
"filelock"
:
"filelock"
,
"filelock"
:
"filelock"
,
"flake8"
:
"flake8>=3.8.3"
,
"flake8"
:
"flake8>=3.8.3"
,
"hf-doc-builder"
:
"hf-doc-builder>=0.3.0"
,
"hf-doc-builder"
:
"hf-doc-builder>=0.3.0"
,
"huggingface-hub"
:
"huggingface-hub>=0.8.1
,<1.0
"
,
"huggingface-hub"
:
"huggingface-hub>=0.8.1"
,
"importlib_metadata"
:
"importlib_metadata"
,
"importlib_metadata"
:
"importlib_metadata"
,
"isort"
:
"isort>=5.5.4"
,
"isort"
:
"isort>=5.5.4"
,
"modelcards"
:
"modelcards==0.1.4"
,
"modelcards"
:
"modelcards==0.1.4"
,
...
@@ -17,8 +17,10 @@ deps = {
...
@@ -17,8 +17,10 @@ deps = {
"pytest"
:
"pytest"
,
"pytest"
:
"pytest"
,
"pytest-timeout"
:
"pytest-timeout"
,
"pytest-timeout"
:
"pytest-timeout"
,
"pytest-xdist"
:
"pytest-xdist"
,
"pytest-xdist"
:
"pytest-xdist"
,
"scipy"
:
"scipy"
,
"regex"
:
"regex!=2019.12.17"
,
"regex"
:
"regex!=2019.12.17"
,
"requests"
:
"requests"
,
"requests"
:
"requests"
,
"tensorboard"
:
"tensorboard"
,
"tensorboard"
:
"tensorboard"
,
"torch"
:
"torch>=1.4"
,
"torch"
:
"torch>=1.4"
,
"transformers"
:
"transformers>=4.21.0"
,
}
}
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