Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Apr 9, 2024
1 parent ecd188f commit 5b242c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[tool.poetry]
name = "fixms"
version = "0.2.3"
version = "0.2.4"
description = ""
authors = ["Alec Thomson (S&A, Kensington WA) <[email protected]>"]
readme = "README.md"
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8"
numpy = "<1.26"
astropy = "^5"
astropy = ">=5"
python-casacore = "*"
tqdm = "*"

Expand All @@ -18,8 +18,8 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.group.dev.dependencies]
isort = "^5.12.0"
black = "^23.3.0"
isort = ">=5.12.0"
black = ">=23.3.0"
sphinx = "*"
numpydoc = "*"
myst_parser = "*"
Expand Down

0 comments on commit 5b242c4

Please sign in to comment.