File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
## RedVox Pandas (RedPandas) Version History
2
2
3
+ ## 1.4.21 (2024-03-04)
4
+ - Updated redvox requirements
5
+
3
6
## 1.4.20 (2024-02-13)
4
7
- Updated redvox requirements
5
8
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ description = "Library to streamline preprocessing of RedVox API 900 and API 100
11
11
readme = " README.md"
12
12
requires-python = " >=3.8"
13
13
license = { file = " LICENSE" }
14
- version = " 1.4.20 "
14
+ version = " 1.4.21 "
15
15
16
16
dependencies = [
17
17
" matplotlib==3.7.1" ,
18
18
" numpy==1.23.5" ,
19
19
" obspy==1.4.0" ,
20
20
" pandas==2.0.1" ,
21
21
" pymap3d==3.0.1" ,
22
- " redvox==3.8.4 " ,
22
+ " redvox==3.8.5 " ,
23
23
" scipy==1.10.1" ,
24
24
]
25
25
Original file line number Diff line number Diff line change 3
3
"""
4
4
5
5
NAME : str = "redpandas"
6
- VERSION : str = "1.4.20 "
6
+ VERSION : str = "1.4.21 "
7
7
8
8
9
9
def version () -> str :
You can’t perform that action at this time.
0 commit comments