Skip to content

Commit

Permalink
147 correct measurements amount (#148)
Browse files Browse the repository at this point in the history
* required minimal ddlpy version 0.6.0
  • Loading branch information
veenstrajelmer authored Oct 8, 2024
1 parent 676ec3f commit 0e1ae9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies = [
"netcdf4>=1.5.4",
#xarray<2023.4.0 conflicts with pandas<2.0.0 for resampling, only available for py39
"xarray>=2023.4.0",
#rws-ddlpy<0.5.0 supports timezones for input dates and yearly freq
"rws-ddlpy>=0.5.0",
#rws-ddlpy>=0.6.0 returns correct measurements_amount dataframe
"rws-ddlpy>=0.6.0",
#hatyan<2.9.0 has different datetime/tzone handling in astrog
"hatyan>=2.9.0",
#statsmodels<0.13.2 has no support for pandas 2.0.0
Expand Down

0 comments on commit 0e1ae9f

Please sign in to comment.