From 9c326da50ed05456061b24d384d822e8aa620682 Mon Sep 17 00:00:00 2001 From: alexandergagliano Date: Wed, 25 Oct 2023 15:44:11 -0400 Subject: [PATCH] update to current numpy version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 037a7d6..f62100e 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ package_data={ 'astro_ghost': ['Star_Galaxy_RealisticModel_GHOST_PS1ClassLabels.sav','tonry_ps1_locus.txt'], }, - install_requires=['pandas', 'scikit-learn<1.3.0', 'numpy<=1.24', 'seaborn', 'matplotlib', 'joypy','astropy', 'photutils', 'scipy', 'datetime', 'requests<2.29.0','imblearn','rfpimp','Pillow', 'pyvo', 'astroquery', 'mastcasjobs', 'opencv-python','tensorflow','sfdmap','importlib_resources'], + install_requires=['pandas', 'scikit-learn<1.3.0', 'numpy', 'seaborn', 'matplotlib', 'joypy','astropy', 'photutils', 'scipy', 'datetime', 'requests<2.29.0','imblearn','rfpimp','Pillow', 'pyvo', 'astroquery', 'mastcasjobs', 'opencv-python','tensorflow','sfdmap','importlib_resources'], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",