diff options
| author | Jarrod Millman <jarrod.millman@gmail.com> | 2021-04-03 15:07:32 -0700 |
|---|---|---|
| committer | Jarrod Millman <jarrod.millman@gmail.com> | 2021-04-03 15:08:38 -0700 |
| commit | 36383ccc94a2e2d50893e13bb2a3ec96e5f6518f (patch) | |
| tree | 547de0144ccedd6d789db06eaa2633a76a7d3889 /setup.py | |
| parent | 12f852f6a686ed32f718125c5965586dd6bb82a9 (diff) | |
| download | networkx-v2.5.tar.gz | |
Pin upper bound of decorator dep.networkx-2.5.1v2.5
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ package_data = { "networkx.utils": ["tests/*.py"], } -install_requires = ["decorator>=4.3.0"] +install_requires = ["decorator>=4.3,<5"] extras_require = { "all": [ "numpy", |
