Skip to content

Commit

Permalink
Allow Numpy 1.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SyphonArch committed Jul 17, 2024
1 parent a637a2f commit d4fc119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "flash1dkmeans"
version = "0.1.3"
version = "0.1.4"
authors = [
{ name = "Jake Hyun", email = "[email protected]" },
]
Expand All @@ -18,7 +18,7 @@ classifiers = [
]
dependencies = [
"numba~=0.60.0",
"numpy~=2.0.0"
"numpy>=1.26"
]

[project.urls]
Expand Down

0 comments on commit d4fc119

Please sign in to comment.