Skip to content

Commit

Permalink
Pinning moviepy
Browse files Browse the repository at this point in the history
  • Loading branch information
IFenton committed Nov 28, 2024
1 parent d0aa2d4 commit 7eb1ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ dependencies = [
"typer",
"lightning",
"torch>=2.3.0", # needed for numpy 2.0
"jaxtyping<=0.2.34",
"jaxtyping<=0.2.34", # currently >0.2.34 causing errors
"wandb",
"tqdm",
"moviepy>=1.0.3",
"moviepy==1.0.3", # currently >1.0.3 not working with wandb
"imageio>=2.35.1",
"numpy <2.1.0", # https://github.com/wandb/wandb/issues/8166
"chex",
Expand Down

0 comments on commit 7eb1ffa

Please sign in to comment.