Skip to content

Commit

Permalink
Support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jul 2, 2024
1 parent 63701d2 commit 906ebaa
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
120 changes: 60 additions & 60 deletions poetry.lock

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

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "4dn-cloud-infra"
version = "4.1.3.1b2" # TODO: To become 4.2.0
version = "4.1.3.1b3" # TODO: To become 4.2.0
description = "Repository for generating Cloudformation Templates to orchestrate the CGAP Ecosystem"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand All @@ -17,40 +17,40 @@ boto3 = "^1.34.136"
botocore = "^1.34.136"
chalice = "^1.29.0"
cffi = "^1.15.1"
dcicutils = "8.12.0.1b10"
dcicutils = "^8.13.0"

# pyrsistent = "^0.17.3"
# We don't want to use python-levenshtein if at all possible. See me or Andy for details. -kmp 17-Aug-2021
# python-levenshtein = "^0.12.2"
pbkdf2 = "1.3"
#submit-cgap = "1.3.0"
# magma-suite = "^3.0.0"
magma-suite = "3.4.1.1b5"
magma-suite = "3.4.1.1b6"
prettytable = "3.3.0"
# tibanna = "^5.1.0"
tibanna = "5.2.2.1b1"
tibanna = "5.2.2.1b3"
# tibanna-ff = "^3.1.1"
tibanna-ff = "3.4.1.1b4"
tibanna-ff = "3.4.1.1b6"
tqdm = ">=4.62.3"
troposphere = "^4.7.0"

# Foursight ...

foursight-core = "5.5.0.1b2"
foursight-core = "5.5.0.1b3"

# 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.8.7"
foursight-smaht = "0.8.7.1b5"
foursight-smaht = "0.8.7.1b6"

[tool.poetry.group.foursight_cgap.dependencies]
foursight-cgap = "4.3.0.1b4"
foursight-cgap = "4.3.0.1b5"

[tool.poetry.group.foursight_fourfront.dependencies]
foursight = "4.7.1.1b4"
foursight = "4.7.1.1b5"

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

0 comments on commit 906ebaa

Please sign in to comment.