Skip to content

Commit

Permalink
Merge pull request #11 from LCOGT/fix/project.toml-python3.10-scikit-…
Browse files Browse the repository at this point in the history
…image

upgrading python to 3.10 and adding scikit-image
  • Loading branch information
LTDakin authored May 8, 2024
2 parents 136d494 + 41018c9 commit ca1a877
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 24 deletions.
203 changes: 180 additions & 23 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Jon <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.10,<4.0"
Django = "^4.2.7"
djangorestframework = "^3.14.0"
django-filter = "^23.3.0"
Expand All @@ -24,6 +24,7 @@ numpy = "^1.26.4"
astropy = "^6.0.1"
fits2image = "^0.4.7"
boto3 = "^1.34.77"
scikit-image = "^0.23.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
Expand Down

0 comments on commit ca1a877

Please sign in to comment.