Skip to content

Commit

Permalink
fix reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Dec 29, 2024
1 parent 68f321f commit f8423a7
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 @@ -66,5 +66,5 @@ def read(fname):
],
setup_requires=["cffi>=1.0.0"],
cffi_modules=["py/rvspecfit/ffibuilder.py:ffibuilder"],
install_requires=["cffi"],
install_requires=["cffi", "astropy", "yaml", "numpy", "scipy"],
)

0 comments on commit f8423a7

Please sign in to comment.