Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous authored Oct 7, 2024
1 parent 9bb99a3 commit d93003e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ packages = [

[tool.poetry.dependencies]
python = "<3.13,>=3.9"
slack_sdk = "3.19.5"
slack_sdk = ">=3.19.5"
numpy = ">=1.18.0"
boto3 = "1.28.4"
boto3 = ">=1.28.4"
astropy = ">=5.1.1"
scipy = ">=1.10.0"
psycopg2-binary = "2.9.7"
psycopg2-binary = ">=2.9.7"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit d93003e

Please sign in to comment.