Skip to content

Commit

Permalink
It turns out matplotlib-base is not a package pip can track. (#1667)
Browse files Browse the repository at this point in the history
It is only a Conda that splits up matplotlib into a base and a full part,
which differ in the latter pulling in the Qt widget TK.

For pip this does not apply since is only installs Python modules anyway,
and merely uses Qt if already present on the system.

Partially reverts 7443b3c.
  • Loading branch information
leftaroundabout authored Dec 6, 2024
1 parent bc16746 commit 9b93c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ install_requires =
packaging >=17.0
numpy >=1.19, <1.27
scipy >=1.1
matplotlib-base >=3.4
python_requires = >=3.7
tests_require =
pytest >=5.4.0 ; python_version >= "3"
Expand Down

0 comments on commit 9b93c01

Please sign in to comment.