mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
add PyOpenGL packages in requirements.txt and environment.yml
This commit is contained in:
parent
b7bd40a6f6
commit
cfa8577454
2 changed files with 3 additions and 1 deletions
|
@ -24,4 +24,5 @@ dependencies:
|
||||||
- pyyaml
|
- pyyaml
|
||||||
- validators
|
- validators
|
||||||
- ipython
|
- ipython
|
||||||
|
- PyOpenGL
|
||||||
|
|
||||||
|
|
|
@ -16,3 +16,4 @@ screeninfo
|
||||||
pyreadline; sys_platform == 'win32'
|
pyreadline; sys_platform == 'win32'
|
||||||
validators
|
validators
|
||||||
ipython
|
ipython
|
||||||
|
PyOpenGL
|
Loading…
Add table
Reference in a new issue