Skip to content

Commit

Permalink
build: remove imageio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Jan 7, 2024
1 parent d2609cb commit 807c976
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ idna==3.6
# anyio
# httpx
# requests
imageio==2.33.1
# via imaginAIry (setup.py)
importlib-metadata==7.0.1
# via diffusers
iniconfig==2.0.0
Expand Down Expand Up @@ -150,7 +148,6 @@ numpy==1.24.4
# via
# -c tests/constraints.txt
# diffusers
# imageio
# imaginAIry (setup.py)
# jaxtyping
# opencv-python
Expand Down Expand Up @@ -178,7 +175,6 @@ pathspec==0.12.1
pillow==10.2.0
# via
# diffusers
# imageio
# imaginAIry (setup.py)
# torchvision
platformdirs==4.1.0
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def get_git_revision_hash() -> str:
"numpy>=1.22.0,<1.27.0",
"tqdm>=4.64.0",
"diffusers>=0.3.0",
"imageio>=2.9.0",
"Pillow>=9.1.0",
"psutil>5.7.3",
"omegaconf>=2.1.1",
Expand Down

0 comments on commit 807c976

Please sign in to comment.