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.
1 parent fbfe903 commit 8503b95Copy full SHA for 8503b95
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "notochord"
3
-version = "0.5.4b0"
+version = "0.5.4"
4
description = "Notochord is a real-time neural network model for MIDI performances."
5
authors = ["Victor Shepardson <[email protected]>"]
6
license = "MIT"
@@ -14,7 +14,7 @@ pandas = "^2.0"
14
tqdm = "^4.64"
15
sf2utils = "^0.9"
16
appdirs = "^1.4.4"
17
-iipyper = {path = "../iipyper", develop = true}
+iipyper = "^0.1.4"
18
toml-file = "^1.0.5"
19
20
[tool.poetry.group.dev.dependencies]
0 commit comments