diff --git a/setup.py b/setup.py index 81994db..338b603 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. -# Last modified by David J Turner (turne540@msu.edu) 25/04/2024, 18:11. Copyright (c) The Contributors +# Last modified by David J Turner (turne540@msu.edu) 09/08/2024, 14:49. Copyright (c) The Contributors from os import path @@ -23,8 +23,8 @@ long_description=long_description, long_description_content_type='text/markdown', setup_requires=[], - install_requires=["numpy==1.24.4", "astroquery==0.4.7", "pandas==2.0.3", "astropy==5.2.2", "packaging==21.3", - "tqdm==4.66.2", "exceptiongroup==1.0.4", "scipy==1.10.1", "tabulate==0.9.0", "unlzw3==0.2.2"], + install_requires=["numpy>=1.26.4", "astroquery>=0.4.7", "pandas>=2.2.2", "astropy>=6.1.2", "packaging>=24.1", + "tqdm>=4.66.4", "exceptiongroup>=1.0.4", "scipy>=1.14.0", "tabulate>=0.9.0", "unlzw3>=0.2.2"], include_package_data=True, - python_requires='>=3.8' + python_requires='>=3.10' )