Skip to content

Commit

Permalink
Updating pyproject python versioning (#454)
Browse files Browse the repository at this point in the history
* updated pyproject python version config

* updated lock file
  • Loading branch information
axiomcura authored Sep 30, 2024
1 parent af07d49 commit 8ee1f17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repository = "https:/cytomining/pycytominer"
include = [{ path = "poetry.lock", format = "sdist" }]

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = ">=3.8,<3.12"
numpy = ">=1.16.5"
scipy = ">=1.5"
pandas = ">=1.2.0"
Expand Down

0 comments on commit 8ee1f17

Please sign in to comment.