Skip to content

Commit

Permalink
add environment marker for networkx in python<=3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Christian López Barrón <chris.gfz@gmail.com>
  • Loading branch information
chrizzFTD committed Dec 9, 2024
1 parent 66f1176 commit 6d4df18
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6d4df18

Please sign in to comment.