add PyOpenGL packages in requirements.txt and environment.yml

This commit is contained in:
Tony031218 2021-01-16 11:22:34 +08:00
parent b7bd40a6f6
commit cfa8577454
2 changed files with 3 additions and 1 deletions

View file

@ -24,4 +24,5 @@ dependencies:
- pyyaml
- validators
- ipython
- PyOpenGL

View file

@ -15,4 +15,5 @@ pyyaml
screeninfo
pyreadline; sys_platform == 'win32'
validators
ipython
ipython
PyOpenGL