File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,4 @@ requires = ["setuptools>=59"]
33build-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
Original file line number Diff line number Diff line change 11pip
2- numpy
2+ numpy >= 2.2.0
33pandas
44matplotlib
5- aplpy
5+ aplpy >= 2.2.0
66python-dotenv
7- astropy
7+ astropy >= 6.1.0
88reproject
99photutils
1010astroquery
11- extinction
11+ extinction >= 0.4.7
1212sfdmap2
1313mocpy
1414pyvo
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments