From 6d4df185c3673b592cc9dd071a2c49dc9976086a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= Date: Mon, 9 Dec 2024 21:36:49 +1100 Subject: [PATCH] add environment marker for networkx in python<=3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian López Barrón --- setup.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ea587867..e3030f22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,13 @@ classifiers = Programming Language :: Python :: 3.13 [options] -install_requires = grill-names>=2.6.0; networkx>=3.4; pydot>=3.0.1; numpy; printree +install_requires = + grill-names>=2.6.0 + printree + numpy + pydot>=3.0.1 + networkx>=3.4; python_version > 3.9 + networkx<=2.8.3; python_version <= 3.9 include_package_data = True packages = find_namespace: