We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43e28a commit 6ab9263Copy full SHA for 6ab9263
setup.py
@@ -14,7 +14,7 @@
14
packages=setuptools.find_packages(),
15
package_data={'gsbl': ['media/*.*']},
16
entry_points={'console_scripts': ['gsbl=gsbl.__main__:main']},
17
- install_requires=['pylsd-nova?=1.2.0', 'numpy', 'Pillow', 'moviepy'],
+ install_requires=['pylsd-nova>=1.2.0', 'numpy', 'Pillow', 'moviepy'],
18
classifiers=[
19
'Programming Language :: Python :: 3',
20
'License :: OSI Approved :: MIT License',
0 commit comments