Skip to content

Commit

Permalink
Merge pull request #1193 from Licini/LTS-fix
Browse files Browse the repository at this point in the history
pin jsonschema
  • Loading branch information
Licini authored Oct 6, 2023
2 parents 6c71c5c + 4eb3b81 commit 49cd30a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Pinned `jsonschema` version to >=4.17, <4.18 to avoid Rust toolchain

### Removed


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cython
# ezdxf
imageio <= 2.6; python_version < '3.5'
imageio >= 2.7; python_version >= '3.5'
jsonschema
jsonschema >= 4.17, < 4.18
# laspy
matplotlib >= 2.2, < 3.0; python_version >= '2.7' and python_version < '3.0'
matplotlib >= 2.2, < 3.1; python_version >= '3.5' and python_version <= '3.7' and sys_platform == 'win32'
Expand Down

0 comments on commit 49cd30a

Please sign in to comment.