We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bdd2a commit afa757aCopy full SHA for afa757a
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "notochord"
3
-version = "0.7.3b0"
+version = "0.7.3"
4
description = "Notochord is a real-time neural network model for MIDI performances."
5
authors = ["Victor Shepardson <victor.shepardson@gmail.com>"]
6
license = "MIT"
@@ -15,7 +15,7 @@ tqdm = "^4.64"
15
audioop-lts = { version = "*", markers = "python_version >= '3.13'" }
16
sf2utils = "^1.0.0"
17
appdirs = "^1.4.4"
18
-iipyper = {path = "../iipyper", develop = true}
+iipyper = "~0.4.0"
19
toml-file = "^1.0.5"
20
joblib = "^1.4.2"
21
0 commit comments