Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Altering the dependencies in setup.py to make v0.4.0 release install work
  • Loading branch information
DavidT3 authored Sep 20, 2023
1 parent 3bbe959 commit 9f004c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author_email='david.turner@sussex.ac.uk',
url='http://github.com/DavidT3/XGA',
setup_requires=[],
install_requires=["astropy>=4.0", "numpy>=1.18", "tqdm>=4.45", "regions==0.4", "pandas>=1.0.3",
install_requires=["astropy>=4.0", "numpy<=1.23.4", "tqdm>=4.45", "regions==0.4", "pandas>=1.0.3",
"fitsio>=1.1.2", "matplotlib>=3.4.3", "scipy>=1.4.1", "pyabel>=0.8.3", "corner>=2.1.0",
"emcee>=3.0.2", "tabulate>=0.8.9", "getdist>=1.1.3", "docutils==0.17"],
"emcee>=3.0.2", "tabulate>=0.8.9", "getdist>=1.1.3", "docutils==0.17", "exceptiongroup>=1.1.0"],
include_package_data=True,
python_requires='>=3')

0 comments on commit 9f004c8

Please sign in to comment.