Skip to content

Commit

Permalink
Setup.py bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Dec 26, 2023
1 parent 1af8791 commit 6b20a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
author_email='[email protected]',
url='https://github.com/hpparvi/ldtk',
packages=find_packages(),
install_requires=["numpy", "numba", "scipy>", "astropy", "tqdm", "traitlets", "tenacity",
install_requires=["numpy", "numba", "scipy", "astropy", "tqdm", "traitlets", "tenacity",
"semantic_version", "pandas", "matplotlib"],
include_package_data=True,
package_data={'ldtk': ['filter_files/*','filter_files/gtc/osiris/*']},
Expand Down

0 comments on commit 6b20a13

Please sign in to comment.