Skip to content

Commit b1c7276

Browse files
authored
Merge pull request #1197 from compas-dev/backport-1193
pin jsonschema
2 parents 6a232ae + 2e2b389 commit b1c7276

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cython
33
imageio <= 2.6; python_version < '3.5'
44
imageio >= 2.7; python_version >= '3.5'
5-
jsonschema
5+
jsonschema >= 4.17, < 4.18
66
matplotlib >= 2.2, < 3.0; python_version >= '2.7' and python_version < '3.0'
77
matplotlib >= 2.2, < 3.1; python_version >= '3.5' and python_version <= '3.7' and sys_platform == 'win32'
88
matplotlib >= 3.1; python_version >= '3.8' and sys_platform == 'win32'

0 commit comments

Comments
 (0)