Skip to content

Commit

Permalink
version clean
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelRigault committed Dec 20, 2023
1 parent b010e05 commit 292a15c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ classifiers = [
keywords = ["astrophysics", "science", "astronomy", "ZTF", "IPAC"]

[tool.poetry.dependencies]
python = "^3.8"
pandas = "^1.5.3"
numpy = "^1.24.2"
astropy = "^5.2.1"
matplotlib = "^3.7.0"
requests = "^2.28.2"
python = ">=3.8"
pandas = ">=1.5.3"
numpy = ">=1.24.2"
astropy = ">=5.2.1"
matplotlib = ">=3.7.0"
requests = ">=2.28.2"


[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
coveralls = "^3.3.1"
cryptography = "^39.0.1"
dask = "^2023.3.0"
shapely = "^2.0.1"
pytest = ">=7.2.1"
coveralls = ">=3.3.1"
cryptography = ">=39.0.1"
dask = ">=2023.3.0"
shapely = ">=2.0.1"

[tool.poetry.extras]

Expand Down

0 comments on commit 292a15c

Please sign in to comment.