Skip to content

Commit

Permalink
update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
christinahedges committed Jul 11, 2024
1 parent 09a88bb commit 6baaff3
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 56 deletions.
4 changes: 0 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<a href="https://github.com/lightkurve/lkprf/actions/workflows/tests.yml"><img src="https://github.com/lightkurve/lkprf/workflows/pytest/badge.svg" alt="Test status"/></a>
[![PyPI version](https://badge.fury.io/py/lkprf.svg)](https://badge.fury.io/py/lkprf)

<p align="center">
<img src="https://github.com/lightkurve/lkprf/blob/main/docs/images/logo.png?raw=true" width="350" alt="lkprf logo">
</p>

# `lkPRF`

`lkPRF` is a tool to work with PRF files from missions like NASA Kepler and [TESS](https://heasarc.gsfc.nasa.gov/docs/tess/). This tool enables you to load in PRF files from the engineering data, and evaluate them at given pixel positions.
Expand Down
97 changes: 46 additions & 51 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = ">=3.8.1,<4.0"
scipy = ">=1.8.0"
fitsio = "^1.2.4"

Expand Down

0 comments on commit 6baaff3

Please sign in to comment.