Skip to content

Commit 6ab9263

Browse files
authored
Update setup.py
1 parent d43e28a commit 6ab9263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
packages=setuptools.find_packages(),
1515
package_data={'gsbl': ['media/*.*']},
1616
entry_points={'console_scripts': ['gsbl=gsbl.__main__:main']},
17-
install_requires=['pylsd-nova?=1.2.0', 'numpy', 'Pillow', 'moviepy'],
17+
install_requires=['pylsd-nova>=1.2.0', 'numpy', 'Pillow', 'moviepy'],
1818
classifiers=[
1919
'Programming Language :: Python :: 3',
2020
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)