mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Proplot is a succinct matplotlib wrapper for making beautiful, publication-quality graphics.
13 lines
386 B
INI
13 lines
386 B
INI
--- setup.cfg.orig 2023-02-28 06:16:26 UTC
|
|
+++ setup.cfg
|
|
@@ -24,8 +24,8 @@ packages = proplot
|
|
|
|
[options]
|
|
packages = proplot
|
|
-setup_requires = setuptools>=44; toml; setuptools_scm>=3.4.3
|
|
-install_requires = matplotlib>=3.3.0,<3.5.0
|
|
+setup_requires = setuptools>=44; setuptools_scm>=3.4.3
|
|
+install_requires = matplotlib>=3.3.0
|
|
include_package_data = True
|
|
python_requires = >=3.6.0
|
|
|