Skip to content

Commit

Permalink
update dependencies in pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed May 8, 2024
1 parent ff5909f commit 5240c8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ license = {text = "BSD-3-Clause"}
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
]
dependencies = [
"numpy",
Expand All @@ -25,7 +27,7 @@ dependencies = [
"pandas",
"matplotlib",
"seaborn",
"sleap-io>=0.0.11",
"sleap-io>=0.1.0",
"scikit-image",
"shapely"
]
Expand Down

0 comments on commit 5240c8b

Please sign in to comment.