From 57ccedccb57005c6dd68d083fde4a4ed78a79e48 Mon Sep 17 00:00:00 2001 From: Derrick Chambers Date: Fri, 3 Sep 2021 09:04:09 -0600 Subject: [PATCH] bump pydantic and pandas required versions (#245) * bump pydantic and pandas required versions * changelog --- CHANGELOG.txt | 3 +++ requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ae0d5256..6af78d39 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,9 @@ obsplus master - obsplus.WaveBank * Refactored `get_waveforms_bulk` to allow a dataframe if required columns exist (#229). + - Dependencies + * Bumped pydantic min version to 1.8.2 and pandas min version to 1.0 + obsplus 0.2.0 - obsplus.structures.fetcher diff --git a/requirements.txt b/requirements.txt index ce859977..75bd91f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ numpy >= 1.13.0 obspy >= 1.2.1 -pandas >= 0.24.0 +pandas >= 1.0 progressbar2 -pydantic +pydantic >= 1.8.2 scipy tables typing-extensions