diff --git a/requirements.txt b/requirements.txt index 453c9c3c..e9c7e145 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ beautifulsoup4~=4.11.1 tabulate~=0.9.0 regions~=0.4 unlzw3~=0.2.2 -scipy~=1.11.1 \ No newline at end of file +scipy~=1.10.1 \ No newline at end of file diff --git a/setup.py b/setup.py index f8d32f40..3bbb38ef 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, 17:44. Copyright (c) The Contributors +# Last modified by David J Turner (turne540@msu.edu) 25/04/2024, 17:54. Copyright (c) The Contributors from os import path @@ -24,7 +24,7 @@ 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.11.1", "tabulate==0.9.0", "unlzw3==0.2.2"], + "tqdm==4.66.2", "exceptiongroup==1.0.4", "scipy==1.10.1", "tabulate==0.9.0", "unlzw3==0.2.2"], include_package_data=True, python_requires='>=3.8' )