Skip to content

Commit 592949a

Browse files
authored
Merge pull request #447 from ranaroussi/vk-2b7f-please-fix
Fix for issue 445
2 parents 0b59f5f + 8c52ef2 commit 592949a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
===========
33

4+
0.0.67
5+
------
6+
7+
- Added support for NumPy 2.0.0+ (fixes issue #445)
8+
49
0.0.66
510
------
611

quantstats/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.0.66"
1+
version = "0.0.67"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pandas>=1.5.0,<3.0.0
2-
numpy>=1.21.0,<2.0.0
2+
numpy>=1.21.0
33
seaborn>=0.11.0
44
matplotlib>=3.3.0
55
scipy>=1.7.0

0 commit comments

Comments
 (0)