Skip to content

Commit

Permalink
set networkx<=2.8.0 (#761)
Browse files Browse the repository at this point in the history
* set networkx<=2.8.0

* update CHANGELOG.rst
  • Loading branch information
CagtayFabry authored May 19, 2022
1 parent b6e9a33 commit bab2c5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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
networkx >=2,!=2.7.0,<=2.8.0
fs
meshio
psutil
Expand Down

0 comments on commit bab2c5d

Please sign in to comment.