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
bbd35720
Unverified
Commit
bbd35720
authored
Dec 05, 2023
by
Dhruv Nair
Committed by
GitHub
Dec 05, 2023
Browse files
Pin Ruff Version (#6059)
pinn ruff
parent
f9487783
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
src/diffusers/dependency_versions_table.py
src/diffusers/dependency_versions_table.py
+1
-1
No files found.
setup.py
View file @
bbd35720
...
...
@@ -118,7 +118,7 @@ _deps = [
"pytest-timeout"
,
"pytest-xdist"
,
"python>=3.8.0"
,
"ruff
>
=0.1.5
,<=0.2
"
,
"ruff
=
=0.1.5"
,
"safetensors>=0.3.1"
,
"sentencepiece>=0.1.91,!=0.1.92"
,
"GitPython<3.1.19"
,
...
...
src/diffusers/dependency_versions_table.py
View file @
bbd35720
...
...
@@ -30,7 +30,7 @@ deps = {
"pytest-timeout"
:
"pytest-timeout"
,
"pytest-xdist"
:
"pytest-xdist"
,
"python"
:
"python>=3.8.0"
,
"ruff"
:
"ruff
>
=0.1.5
,<=0.2
"
,
"ruff"
:
"ruff
=
=0.1.5"
,
"safetensors"
:
"safetensors>=0.3.1"
,
"sentencepiece"
:
"sentencepiece>=0.1.91,!=0.1.92"
,
"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