mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +00:00
bump pillow and pyright
This commit is contained in:
parent
3b4924d46b
commit
299217f45a
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||
dependencies = [
|
||||
"torch>=2.1.1",
|
||||
"safetensors>=0.4.0",
|
||||
"pillow>=10.1.0",
|
||||
"pillow>=10.4.0",
|
||||
"jaxtyping>=0.2.23",
|
||||
"packaging>=23.2",
|
||||
"numpy>=1.26.4",
|
||||
|
@ -75,7 +75,7 @@ build-backend = "hatchling.build"
|
|||
[tool.rye]
|
||||
managed = true
|
||||
dev-dependencies = [
|
||||
"pyright==1.1.368",
|
||||
"pyright==1.1.372",
|
||||
"docformatter>=1.7.5",
|
||||
"pytest>=8.0.0",
|
||||
"coverage>=7.4.1",
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
# all-features: true
|
||||
# with-sources: false
|
||||
# generate-hashes: false
|
||||
# universal: false
|
||||
|
||||
-e file:.
|
||||
aiohttp==3.9.5
|
||||
|
@ -233,7 +234,7 @@ pandas==2.2.2
|
|||
pathspec==0.12.1
|
||||
# via black
|
||||
# via mkdocs
|
||||
pillow==10.3.0
|
||||
pillow==10.4.0
|
||||
# via diffusers
|
||||
# via neptune
|
||||
# via refiners
|
||||
|
|
Loading…
Reference in a new issue