Skip to content

Commit 4eb3b81

Browse files
committed
pin jsonschema
1 parent 6c71c5c commit 4eb3b81

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
* Pinned `jsonschema` version to >=4.17, <4.18 to avoid Rust toolchain
15+
1416
### Removed
1517

1618

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cython
33
# ezdxf
44
imageio <= 2.6; python_version < '3.5'
55
imageio >= 2.7; python_version >= '3.5'
6-
jsonschema
6+
jsonschema >= 4.17, < 4.18
77
# laspy
88
matplotlib >= 2.2, < 3.0; python_version >= '2.7' and python_version < '3.0'
99
matplotlib >= 2.2, < 3.1; python_version >= '3.5' and python_version <= '3.7' and sys_platform == 'win32'

0 commit comments

Comments
 (0)