Skip to content

Commit

Permalink
bump pydantic and pandas required versions (#245)
Browse files Browse the repository at this point in the history
* bump pydantic and pandas required versions

* changelog
  • Loading branch information
d-chambers authored Sep 3, 2021
1 parent 115a033 commit 57ccedc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 57ccedc

Please sign in to comment.