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 1af8791 commit 6b20a13Copy full SHA for 6b20a13
setup.py
@@ -12,7 +12,7 @@
12
author_email='[email protected]',
13
url='https://github.com/hpparvi/ldtk',
14
packages=find_packages(),
15
- install_requires=["numpy", "numba", "scipy>", "astropy", "tqdm", "traitlets", "tenacity",
+ install_requires=["numpy", "numba", "scipy", "astropy", "tqdm", "traitlets", "tenacity",
16
"semantic_version", "pandas", "matplotlib"],
17
include_package_data=True,
18
package_data={'ldtk': ['filter_files/*','filter_files/gtc/osiris/*']},
0 commit comments