Skip to content

Commit

Permalink
chore: release 0.8.2 (#332)
Browse files Browse the repository at this point in the history
* chore(dependencies): Update dependency range: polars[pyarrow]>0.16.14,<0.19

* bump version to 0.8.2

---------

Co-authored-by: Thijs Lukkezen <t.lukkezen@cemsbv.io>
  • Loading branch information
tlukkezen and Thijs Lukkezen committed Jun 8, 2023
1 parent 3471056 commit 4f21bb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"

[project]
name = "pygef"
version = "0.8.1"
version = "0.8.2"
description = "Parse soil measurument data."
dependencies = [
"polars[pyarrow]>=0.16.3,<0.19",
"polars[pyarrow]>0.16.14,<0.19",
"matplotlib>=3.6,<4.0",
"lxml>=4.9.1,<5.0",
"gef-file-to-map>=0.1,<0.2",
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ platformdirs==3.5.1
# via black
pluggy==1.0.0
# via pytest
polars[pyarrow]==0.18.0
polars[pyarrow]==0.18.1
# via pygef (pyproject.toml)
prompt-toolkit==3.0.38
# via ipython
Expand Down Expand Up @@ -207,9 +207,7 @@ traitlets==5.9.0
# ipython
# matplotlib-inline
typing-extensions==4.5.0
# via
# black
# polars
# via black
urllib3==1.26.15
# via requests
wcwidth==0.2.6
Expand Down

0 comments on commit 4f21bb9

Please sign in to comment.