Skip to content

Commit

Permalink
Merge pull request #91 from nateraw/fix-pyav-bug
Browse files Browse the repository at this point in the history
Update requirements.txt
  • Loading branch information
nateraw authored Oct 22, 2022
2 parents 77adac1 + 1e44f68 commit d2ac212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ scipy
fire
gradio
librosa
av
av<10.0.0
2 changes: 1 addition & 1 deletion stable_diffusion_videos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ def __dir__():
},
)

__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit d2ac212

Please sign in to comment.