Skip to content

Commit

Permalink
chore: remove scipy from dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
YishiMichael committed Dec 22, 2023
1 parent ec74741 commit 61e32b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/three_d.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async def construct(
))
)
self.add(dodec)
self.prepare(self.camera.animate(infinite=True).rotate(0.5 * DOWN))
self.prepare(self.camera.animate(infinite=True).rotate_about_origin(0.5 * DOWN))

text = Text("Dodecahedron")
await self.play(Parallel(*(
Expand Down
1 change: 1 addition & 0 deletions examples/write_animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ async def construct(
self: Self
) -> None:
text = Text("Hello").scale(1.5)
text.move_to(self.camera.frame, DR)
await self.play(Parallel(*(
Series(
Create(stroke := glyph.build_stroke()),
Expand Down

0 comments on commit 61e32b1

Please sign in to comment.