Skip to content

Commit

Permalink
remove fitsio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
christinahedges committed Dec 2, 2024
1 parent 22fd0bb commit ee18219
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ Please include a self-contained example that fully demonstrates your problem or
Changelog:
==========

- Patch removes the un-needed `fitsio` dependency
- Initial v1.0.0 release of `tesscube`.


.. <!-- Changelog content end -->
17 changes: 2 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tesscube"
version = "1.0.2dev"
version = "1.0.3"
description = ""
authors = ["TESS Science Support Center <tesshelp@bigbang.gsfc.nasa.gov>", "Christina Hedges <christina.l.hedges@nasa.gov>"]
license = "MIT"
Expand All @@ -10,7 +10,6 @@ packages = [{include = "tesscube", from = "src"}]
[tool.poetry.dependencies]
python = "<3.13,>=3.9"
numpy = "^1.26.1"
fitsio = "^1.2.1"
aiohttp = "^3.8.6"
asyncio = "^3.4.3"
aiobotocore = "^2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion src/tesscube/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.2dev"
__version__ = "1.0.3"
# Standard library
import os # noqa
import tempfile
Expand Down

0 comments on commit ee18219

Please sign in to comment.