Skip to content

Commit 028d89d

Browse files
bump numpy
1 parent d20609f commit 028d89d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
## Changelog
22

3+
#### 0.30.0 - 2024-06-25
4+
- update dependencies (numpy >= 1.14.0)
5+
6+
37
#### 0.29.0 - 2024-06-25
48
- update dependencies (pandas >= 2.1)
59
- update dependencies (scipy >= 1.7)
610

711

8-
912
#### 0.28.0 - 2024-01-03
1013
- Fixes bins that are far into the future with using `survival_table_from_events`, see #1587
1114
- Removed `sklean_adaptor`. It was a terrible hack, and causing more confusion and support debt than I want. This cleans up our API and simplifies the library. ✨ There's no replacement, and I doubt I'll introduce one ✨

reqs/base-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.14.0,<2.0
1+
numpy>=1.14.0
22
scipy>=1.7.0
33
pandas>=2.1
44
matplotlib>=3.0

0 commit comments

Comments
 (0)