Skip to content

Commit

Permalink
updated to minimum working matplotlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchiLaser authored and JohannesGaessler committed Oct 5, 2023
1 parent e4fe530 commit 7f08ab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The Python package *iminuit* which *kafe2* uses internally for numerical optimiz
While *iminuit* is strictly speaking not required its use is heavily recommended.
**Make sure to read the pip installation log.**
As of *kafe2* v2.4.0 only Python 3 is supported.
*kafe2* works with matplotlib version 3.4 and newer.

The documentation under `kafe2.readthedocs.io <https://kafe2.readthedocs.io/>`__
has more detailed installation instructions.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"Numdifftools",
"Scipy",
"tabulate",
"matplotlib < 3.8",
"matplotlib>=3.4",
"PyYaml",
"six",
"funcsigs",
Expand Down Expand Up @@ -93,7 +93,7 @@ omit = [
command_line= '-m unittest discover -v -s kafe2/test -p "*.py"'

[tool.black]
line-length = 100
line-length = 150

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 7f08ab1

Please sign in to comment.