Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Nov 28, 2023
1 parent cc2247d commit 7f4b94f
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
Expand Up @@ -48,7 +48,7 @@ pymongo = "*"
pymultinest = "*"
pytest = "*"
python_casacore = "*"
RACS-tools = {git = "https://github.com/AlecThomson/RACS-tools.git"}
RACS-tools = "^3"
radio_beam = "*"
RMextract = {git = "https://github.com/AlecThomson/RMextract@race"}
schwimmbad = "*"
Expand All @@ -65,7 +65,7 @@ RMTable = { git = "https://github.com/CIRADA-Tools/RMTable" }
rm-tools = {git = "https://github.com/AlecThomson/RM-Tools.git", branch="spiceracs_dev"}
PolSpectra = { git = "https://github.com/AlecThomson/PolSpectra.git", branch="spiceracs"}
setuptools = "*"
fixms = { git = "https://github.com/AlecThomson/FixMS.git@swap_test"}
fixms = "^0.1.2"
fitscube = "^0.3"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 7f4b94f

Please sign in to comment.