We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b59f5f + 8c52ef2 commit 592949aCopy full SHA for 592949a
3 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
===========
3
4
+0.0.67
5
+------
6
+
7
+- Added support for NumPy 2.0.0+ (fixes issue #445)
8
9
0.0.66
10
------
11
quantstats/version.py
@@ -1 +1 @@
-version = "0.0.66"
+version = "0.0.67"
requirements.txt
@@ -1,5 +1,5 @@
pandas>=1.5.0,<3.0.0
-numpy>=1.21.0,<2.0.0
+numpy>=1.21.0
seaborn>=0.11.0
matplotlib>=3.3.0
scipy>=1.7.0
0 commit comments