Skip to content

Commit

Permalink
update version number and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler committed Jul 10, 2024
1 parent 3519b71 commit 00dd0de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[project]
name = "libquantum"
version = "1.5.22"
version = "1.5.23"
authors = [
{ name = "RedVox, Inc", email = "[email protected]" }
]
Expand All @@ -14,12 +14,12 @@ requires-python = ">=3.8,<3.11"
license = { file = "LICENSE" }

dependencies = [
"librosa==0.10.1",
"libwwz==1.3.2",
"matplotlib==3.7.1",
"numpy==1.23.5",
"pandas==2.0.1",
"redvox==3.8.5",
"librosa==0.10.2",
"libwwz==1.3.3",
"matplotlib==3.9.1",
"numpy==1.26.4",
"pandas==2.2.2",
"redvox==3.8.6",
]

[project.urls]
Expand Down

0 comments on commit 00dd0de

Please sign in to comment.