Skip to content

Commit a6518e9

Browse files
committed
Merge branch 'dev'
2 parents a5dd091 + a2b937a commit a6518e9

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@ requires = ["setuptools>=59"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]
6-
line-length = 79
7-
8-
#[tool.pytest.ini_options]
9-
#norecursedirs = "tests/*"
10-
#addopts = "-v"
6+
line-length = 79

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
pip
2-
numpy
2+
numpy>=2.2.0
33
pandas
44
matplotlib
5-
aplpy
5+
aplpy>=2.2.0
66
python-dotenv
7-
astropy
7+
astropy>=6.1.0
88
reproject
99
photutils
1010
astroquery
11-
extinction
11+
extinction>=0.4.7
1212
sfdmap2
1313
mocpy
1414
pyvo

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
package_dir={"": "src"},
2626
packages=setuptools.find_packages(where="src"),
2727
# scripts=["bin/hostphot"],
28-
python_requires=">=3.9",
28+
python_requires=">=3.10",
2929
classifiers=[
3030
"Programming Language :: Python :: 3",
3131
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)