Skip to content

Commit aa5f8b5

Browse files
[v1 Maintenance] networkx under 3.6 (#2258)
Backporting the findings of an exploding `networkx` that was dealt with on mainline with #2235
1 parent 4c042ee commit aa5f8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
include_package_data=True,
7575
install_requires=[
76-
'numpy < 2.0', 'networkx >= 2.5', 'astunparse', 'sympy >= 1.9', 'pyyaml', 'ply',
76+
'numpy < 2.0', 'networkx >= 2.5, <= 3.5', 'astunparse', 'sympy >= 1.9', 'pyyaml', 'ply',
7777
'fparser == 0.2.0', 'aenum >= 3.1', 'dataclasses; python_version < "3.7"', 'dill',
7878
'pyreadline;platform_system=="Windows"', 'typing-compat; python_version < "3.8"', 'packaging'
7979
] + cmake_requires,

0 commit comments

Comments
 (0)