From 0aa5175e83c2c6e97ac7d3748cc2c60cfba0287b Mon Sep 17 00:00:00 2001 From: tyler Date: Wed, 10 Jul 2024 09:37:50 -1000 Subject: [PATCH] update version and project requirements --- docs/CHANGELOG.md | 3 +++ pyproject.toml | 16 ++++++++-------- redpandas/__init__.py | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6cf423e..3dfee6a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,8 @@ ## RedVox Pandas (RedPandas) Version History +## 1.4.22 (2024-07-09) +- Updated project requirements + ## 1.4.21 (2024-03-04) - Updated redvox requirements diff --git a/pyproject.toml b/pyproject.toml index e544a2f..e79f80d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,16 +11,16 @@ description = "Library to streamline preprocessing of RedVox API 900 and API 100 readme = "README.md" requires-python = ">=3.8" license = { file = "LICENSE" } -version = "1.4.21" +version = "1.4.22" dependencies = [ - "matplotlib==3.7.1", - "numpy==1.23.5", - "obspy==1.4.0", - "pandas==2.0.1", - "pymap3d==3.0.1", - "redvox==3.8.5", - "scipy==1.10.1", + "matplotlib==3.9.1", + "numpy==1.26.4", + "obspy==1.4.1", + "pandas==2.2.2", + "pymap3d==3.1.0", + "redvox==3.8.6", + "scipy==1.13.1", ] [project.urls] diff --git a/redpandas/__init__.py b/redpandas/__init__.py index b2d4ff9..600fb58 100644 --- a/redpandas/__init__.py +++ b/redpandas/__init__.py @@ -3,7 +3,7 @@ """ NAME: str = "redpandas" -VERSION: str = "1.4.21" +VERSION: str = "1.4.22" def version() -> str: