Skip to content

Commit

Permalink
Yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Jul 25, 2024
1 parent 3df802a commit d9dca4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "fixms"
version = "0.2.8"
version = "0.2.9"
description = ""
authors = ["Alec Thomson (S&A, Kensington WA) <[email protected]>"]
readme = "README.md"
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8"
numpy = "!=1.26.*, <2"
numpy = "<2"
astropy = ">=5"
python-casacore = "*"
tqdm = "*"
Expand Down

0 comments on commit d9dca4c

Please sign in to comment.