Skip to content

Commit

Permalink
add to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Oct 21, 2024
1 parent 1b3e434 commit cbffd4e
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 @@ -18,7 +18,7 @@
python_requires='>=3.6',
version=version,
license="GNU General Public License v3.0",
install_requires=['numpy','scipy','pyyaml', 'numba'],
install_requires=['numpy','scipy','pyyaml', 'numba', 'h5py', 'astropy'],
author='Nicholas Wogan',
author_email = '[email protected]',
description = "Photochemical model of planet's atmospheres.",
Expand Down

0 comments on commit cbffd4e

Please sign in to comment.