Skip to content

Commit

Permalink
Removing numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 26, 2023
1 parent 90cf94d commit ade9c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = ["numpy>=1.24.0"]
dependencies = ["numpy"]

[project.optional-dependencies]
test = ["pytest"]
Expand Down

0 comments on commit ade9c10

Please sign in to comment.