Skip to content

Commit

Permalink
bump numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Oct 29, 2024
1 parent d20609f commit 028d89d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 ✨
Expand Down
2 changes: 1 addition & 1 deletion reqs/base-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.14.0,<2.0
numpy>=1.14.0
scipy>=1.7.0
pandas>=2.1
matplotlib>=3.0
Expand Down

0 comments on commit 028d89d

Please sign in to comment.