From 028d89d3cba6f4b7f9f37192dbe7cb265acbd1cb Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Tue, 29 Oct 2024 05:13:21 -0400 Subject: [PATCH] bump numpy --- CHANGELOG.md | 5 ++++- reqs/base-requirements.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f5b8917..fc99921f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ ## Changelog +#### 0.30.0 - 2024-06-25 + - update dependencies (numpy >= 1.14.0) + + #### 0.29.0 - 2024-06-25 - update dependencies (pandas >= 2.1) - update dependencies (scipy >= 1.7) - #### 0.28.0 - 2024-01-03 - Fixes bins that are far into the future with using `survival_table_from_events`, see #1587 - 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 ✨ diff --git a/reqs/base-requirements.txt b/reqs/base-requirements.txt index 862b2ca0a..31e48cde1 100644 --- a/reqs/base-requirements.txt +++ b/reqs/base-requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.14.0,<2.0 +numpy>=1.14.0 scipy>=1.7.0 pandas>=2.1 matplotlib>=3.0