Skip to content

Commit a0a664d

Browse files
author
Bryan
authored
fix: update pyglet (#45)
fix error when rendering environment in a server the error: `xvfb-run -s "-screen 0 1400x900x24"`
1 parent 975ab2d commit a0a664d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
extras['all'] = [item for group in extras.values() for item in group]
1313

1414
setup(name='ma_gym',
15-
version='0.0.9',
15+
version='0.0.10',
1616
description='A collection of multi agent environments based on OpenAI gym.',
1717
long_description_content_type='text/markdown',
1818
long_description=open(path.join(path.abspath(path.dirname(__file__)), 'README.md'), encoding='utf-8').read(),
@@ -24,7 +24,7 @@
2424
install_requires=[
2525
'scipy>=1.3.0',
2626
'numpy>=1.16.4',
27-
'pyglet>=1.4.0,<=1.5.0',
27+
'pyglet>=1.4.0,<=1.5.27',
2828
'cloudpickle>=1.2.0,<1.7.0',
2929
'gym==0.19.0',
3030
'pillow>=7.2.0',

0 commit comments

Comments
 (0)