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