File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414* Changed ` Network.is_planar ` to rely on ` NetworkX ` instead ` planarity ` for planarity checking.
1515* Removed ` planarity ` from requirements.
1616* Fixed argument order at ` compas.geometry.cone.circle ` .
17+ * Pinned ` jsonschema ` version to >=4.17, <4.18 to avoid Rust toolchain
1718
1819### Removed
1920
Original file line number Diff line number Diff line change 22cython
33imageio <= 2.6 ; python_version < '3.5'
44imageio >= 2.7 ; python_version >= '3.5'
5- jsonschema
5+ jsonschema >= 4.17 , < 4.18
66matplotlib >= 2.2 , < 3.0 ; python_version >= '2.7' and python_version < '3.0'
77matplotlib >= 2.2 , < 3.1 ; python_version >= '3.5' and python_version <= '3.7' and sys_platform == 'win32'
88matplotlib >= 3.1 ; python_version >= '3.8' and sys_platform == 'win32'
You can’t perform that action at this time.
0 commit comments