Skip to content

Commit 6b20a13

Browse files
committed
Setup.py bugfix.
1 parent 1af8791 commit 6b20a13

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
@@ -12,7 +12,7 @@
1212
author_email='[email protected]',
1313
url='https://github.com/hpparvi/ldtk',
1414
packages=find_packages(),
15-
install_requires=["numpy", "numba", "scipy>", "astropy", "tqdm", "traitlets", "tenacity",
15+
install_requires=["numpy", "numba", "scipy", "astropy", "tqdm", "traitlets", "tenacity",
1616
"semantic_version", "pandas", "matplotlib"],
1717
include_package_data=True,
1818
package_data={'ldtk': ['filter_files/*','filter_files/gtc/osiris/*']},

0 commit comments

Comments
 (0)