Skip to content

Commit

Permalink
explicitly specify fsspec version in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
neggles committed Jul 9, 2024
1 parent f800722 commit d447edc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
"crc32c >= 2.3",
"diffusers >= 0.26.1",
"einops >= 0.6.1",
"fsspec >= 2024.4.0",
"jsonargparse[argcomplete,fsspec,omegaconf,signatures] >= 4.27.1, < 5.0.0",
"kornia >= 0.7.0",
"lightning[extra] >= 2.2.1",
Expand Down Expand Up @@ -71,6 +72,8 @@ extra = [
"datasets >= 2.13.0",
"hf-transfer >= 0.1.4, < 1.0.0",
"nvidia-ml-py >= 12.0.0, < 13.0.0",
"adlfs >= 2024.4.0",
"s3fs >= 2024.4.0",
]
vae = [
"dreamsim @ git+https://github.com/neggles/dreamsim.git@dev#egg=dreamsim",
Expand Down

0 comments on commit d447edc

Please sign in to comment.