Skip to content

Commit

Permalink
Updated the setup.py versions- indirectly for issue #268
Browse files Browse the repository at this point in the history
Signed-off-by: David Turner <turne540@msu.edu>
  • Loading branch information
DavidT3 committed Aug 9, 2024
1 parent 60f9be4 commit 0d95708
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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'
)

0 comments on commit 0d95708

Please sign in to comment.