Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-shepardson committed May 29, 2024
1 parent fbfe903 commit 8503b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "notochord"
version = "0.5.4b0"
version = "0.5.4"
description = "Notochord is a real-time neural network model for MIDI performances."
authors = ["Victor Shepardson <[email protected]>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ pandas = "^2.0"
tqdm = "^4.64"
sf2utils = "^0.9"
appdirs = "^1.4.4"
iipyper = {path = "../iipyper", develop = true}
iipyper = "^0.1.4"
toml-file = "^1.0.5"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 8503b95

Please sign in to comment.