Skip to content

Commit 54db204

Browse files
authored
Merge pull request #151 from Roman-Supernova-PIT/u/wmwv/fix-fitsio-doc
Add fitsio to pyproject.toml requirements.
2 parents 7139b13 + aa43a56 commit 54db204

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changes/151.bugfix.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add fitsio to requirement

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
dependencies = [
2020
"astropy",
2121
"cupy-cuda12x",
22+
"fitsio",
2223
"galsim",
2324
"matplotlib",
2425
"numpy",
@@ -32,7 +33,6 @@ dependencies = [
3233
"setuptools_scm",
3334
"cruft",
3435
"coverage",
35-
3636
]
3737
license-files = ["LICENSE"]
3838

0 commit comments

Comments
 (0)