Skip to content

Commit

Permalink
Fix pyproject
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Jul 5, 2023
1 parent 6d9ed28 commit 98123d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ repository = "https://github.com/neurodata/scikit-tree"
readme = "README.md"
classifiers = [
'Development Status :: 4 - Beta',
'License :: OSI Approved :: BSD-3 License',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
Expand Down Expand Up @@ -69,7 +67,7 @@ vcs = "git"
files = ["sktree/__init__.py"]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.9,<3.12"
numpy = "^1.23.0"
scipy = "^1.9.0"
scikit-learn = "^1.2.2"
Expand Down

0 comments on commit 98123d0

Please sign in to comment.