Skip to content

Commit

Permalink
new python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeprieto committed Mar 14, 2024
1 parent 979b1f1 commit ac583e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@
"matplotlib>=3.4.2,<4.0",
"KDEpy>=1.1.0,<2.0",
"joblib>=1.0.1,<2.0",
"scikit-learn>=0.24.2,<1.0",
"scikit-learn>=1.4.1,<2.0",
"mcpl>=1.3.2,<2.0",
"Pillow>=9.0.1,<10.0",
"astropy>=6.0.0,<7.0",
"h5py>=3.10.0,<4",
"pandas>=2.2.1,<3",
"uncertainties>=3.1.7,<4"
],
python_requires=">=3.6",
extras_require={
Expand Down

0 comments on commit ac583e5

Please sign in to comment.