Skip to content

Commit

Permalink
redoing 0.10.0.post1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Mar 16, 2023
1 parent 1f770e8 commit b26f24d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Changelog
v0.10
=====

v0.10.0.post1
-------------
2023-03-16

This maintenance release updates the dependency specifications to avoid an incompatibility with
numpy versions 1.22.0, 1.22.1, and 1.22.2. Functionality is otherwise identical to librosa version
0.10.0.

v0.10.0
-------
2023-02-20
Expand Down
2 changes: 1 addition & 1 deletion librosa/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import importlib

short_version = "0.10"
version = "0.10.0"
version = "0.10.0.post1"


def __get_mod_version(modname):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ packages = find:
include_package_data = True
install_requires =
audioread >= 2.1.9
numpy >= 1.20.3
numpy >= 1.20.3, != 1.22.0, != 1.22.1, != 1.22.2
scipy >= 1.2.0
scikit-learn >= 0.20.0
joblib >= 0.14
Expand Down

0 comments on commit b26f24d

Please sign in to comment.