mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
commit
9d1c8df095
2 changed files with 1 additions and 2 deletions
|
@ -272,7 +272,7 @@ class Scene(object):
|
|||
times,
|
||||
total=n_iterations,
|
||||
leave=self.leave_progress_bars,
|
||||
ascii=False if platform.system() != 'Windows' else True
|
||||
ascii=True if platform.system() == 'Windows' else None
|
||||
)
|
||||
return time_progression
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ argparse
|
|||
colour
|
||||
numpy
|
||||
Pillow
|
||||
progressbar
|
||||
scipy
|
||||
sympy
|
||||
tqdm
|
||||
|
|
Loading…
Add table
Reference in a new issue