We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c71c5c + 4eb3b81 commit 49cd30aCopy full SHA for 49cd30a
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
13
14
+* Pinned `jsonschema` version to >=4.17, <4.18 to avoid Rust toolchain
15
+
16
### Removed
17
18
requirements.txt
@@ -3,7 +3,7 @@ cython
3
# ezdxf
4
imageio <= 2.6; python_version < '3.5'
5
imageio >= 2.7; python_version >= '3.5'
6
-jsonschema
+jsonschema >= 4.17, < 4.18
7
# laspy
8
matplotlib >= 2.2, < 3.0; python_version >= '2.7' and python_version < '3.0'
9
matplotlib >= 2.2, < 3.1; python_version >= '3.5' and python_version <= '3.7' and sys_platform == 'win32'
0 commit comments