Skip to content

Commit

Permalink
update version and project requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler committed Jul 10, 2024
1 parent d0b9ce2 commit 0aa5175
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion redpandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

NAME: str = "redpandas"
VERSION: str = "1.4.21"
VERSION: str = "1.4.22"


def version() -> str:
Expand Down

0 comments on commit 0aa5175

Please sign in to comment.