Skip to content

Commit

Permalink
Revert "set networkx<=2.8.0 (#761)"
Browse files Browse the repository at this point in the history
This reverts commit bab2c5d.
  • Loading branch information
marscher committed May 21, 2022
1 parent 3e307fc commit 3a14d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ fixes
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)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install_requires =
bottleneck >=1.3.3
boltons
bidict
networkx >=2,!=2.7.0,<=2.8.0
networkx >=2,!=2.7.0
fs
meshio
psutil
Expand Down

0 comments on commit 3a14d4b

Please sign in to comment.