From bab2c5df015915852a77548727f3dcbdd249dc87 Mon Sep 17 00:00:00 2001 From: Cagtay Fabry <43667554+CagtayFabry@users.noreply.github.com> Date: Thu, 19 May 2022 10:20:52 +0200 Subject: [PATCH] set networkx<=2.8.0 (#761) * set networkx<=2.8.0 * update CHANGELOG.rst --- CHANGELOG.rst | 3 ++- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8241115c7..76a1e57de 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -37,8 +37,9 @@ deprecations dependencies ============ -- Weldx now (optionally) requires weldx_widgets to visualize coordinate systems/manager [:pull:`749`]. +- ``weldx`` now (optionally) requires ``weldx_widgets`` to visualize coordinate systems/manager [:pull:`749`]. - NumPy is not required as a build time dependency anymore, as Bottleneck now provides binaries on PyPI [:pull:`749`]. +- Set ``networkx<=2.8.0`` to allow Python deepcopy of `CoordinateSystemManager` [:pull:`761`]. ******************** 0.6.0 (29.04.2022) diff --git a/setup.cfg b/setup.cfg index 1df7ca1a4..41cfd274d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ install_requires = bottleneck >=1.3.3 boltons bidict - networkx >=2,!=2.7.0 + networkx >=2,!=2.7.0,<=2.8.0 fs meshio psutil