Skip to content

Commit

Permalink
changelog & remove pyarrow requirement from dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
val-ismaili committed Mar 20, 2024
1 parent a9a60c2 commit 6f385f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Recommended installation instructions changed from using `pip` to creating a `mamba` environment [#38](https://github.com/arup-group/osmox/pull/38).
- Supported and tested Python versions updated to py3.10 - py3.12 [#38](https://github.com/arup-group/osmox/pull/38).
- Majority of documentation moved from README to dedicated documentation site: https://arup-group.github.io/osmox [#40](https://github.com/arup-group/osmox/pull/40).
- Default output format changed from `.geojson` to `.gpkg` & support for multiple file formats (`.gpkg`, `.geojson`, `.parquet`) [#41](https://github.com/arup-group/osmox/issues/41)

## [v0.2.0]

Expand Down
1 change: 0 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ mkdocs-material >= 9.4, < 10
mkdocs-click < 0.7
mkdocstrings-python < 2
pre-commit < 4
pyarrow >= 15.0.2, < 16
pytest >= 8, < 9
pytest-cov < 5
pytest-mock < 4
Expand Down

0 comments on commit 6f385f5

Please sign in to comment.