Skip to content

Commit

Permalink
remove matplotlib dep (keep for dev/test), bump version (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews authored Sep 21, 2023
1 parent 937eb80 commit ce23348
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[project]
name = "KDEpy"
version = "1.1.6"
version = "1.1.7"
dependencies = [
"numpy>=1.14.2,<2.0",
"scipy>=1.0.1,<2.0",
"matplotlib>=2.2.2",
]
description = "Kernel Density Estimation in Python."
readme = {file = "README.md", content-type = "text/markdown"}
Expand All @@ -29,10 +28,12 @@ dev = [
"numpydoc>=0.7.0",
"nbsphinx>=0.3.2",
"ipython>=6.4.0",
"build>=0.10.0"
"build>=0.10.0",
"matplotlib>=2.2.2"
]
test = [
"pytest>=3.6.2"
"pytest>=3.6.2",
"matplotlib>=2.2.2"
]
lint = [
"black",
Expand Down

0 comments on commit ce23348

Please sign in to comment.