Skip to content

Commit

Permalink
update foursight related versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Oct 2, 2023
1 parent 10fefe4 commit 9099e26
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ troposphere = "^3.2.2"

# Foursight ...

foursight-core = "4.5.0.1b16"
foursight-core = "4.5.0.1b18"

# Define poetry "groups" for foursight-cgap and foursight, named foursight_cgap and
# foursight_fourfront, respectively. This is so we can conditionally include either but
# not both in the Chalice package (via foursight_core/deploy.py). dmichaels/2022-11-01.

[tool.poetry.group.foursight_smaht.dependencies]
foursight-smaht = "0.0.1.2b16"
foursight-smaht = "0.0.1.2b18"

[tool.poetry.group.foursight_cgap.dependencies]
foursight-cgap = "3.6.1.2b16"
foursight-cgap = "3.6.1.2b18"

[tool.poetry.group.foursight_fourfront.dependencies]
foursight = "3.9.0.1b16"
foursight = "3.9.0.1b18"

[tool.poetry.dev-dependencies]
jupyter = "1.0.0"
Expand Down

0 comments on commit 9099e26

Please sign in to comment.