Skip to content

Commit

Permalink
Merge pull request #274 from DavidT3/deps/updateAstropy
Browse files Browse the repository at this point in the history
Scipy version selected by dependabot didn't take into account the Pyt…
  • Loading branch information
DavidT3 committed Apr 25, 2024
2 parents 5cf4473 + f5393c9 commit 16fb11d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ beautifulsoup4~=4.11.1
tabulate~=0.9.0
regions~=0.4
unlzw3~=0.2.2
scipy~=1.11.1
scipy~=1.10.1
4 changes: 2 additions & 2 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, 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

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

0 comments on commit 16fb11d

Please sign in to comment.