File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11from pathlib import Path
22
3- SDK_VERSION = "1.5.0 "
3+ SDK_VERSION = "1.5.1 "
44
55MAX_N_PARAMS = 4
66MAX_N_CATEGORICAL_VALUES = 20
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " neutone_sdk"
3- version = " 1.5.0 "
3+ version = " 1.5.1 "
44description = " SDK for wrapping deep learning models for usage in the Neutone plugin"
55readme = " README.md"
66authors = [" Qosmo <contact@qosmo.jp>" ]
@@ -13,8 +13,8 @@ packages = [{include = "neutone_sdk"}]
1313click = " >=8.1.7,<9.0.0"
1414python = " >=3.8,<4.0"
1515numpy = " ^1.21.6"
16- torch = " >=1.11.0,<2.2 .0"
17- torchaudio = " >=0.11.0,<2.2 .0"
16+ torch = " >=1.11.0,<2.10 .0"
17+ torchaudio = " >=0.11.0,<2.10 .0"
1818soundfile = " >=0.12.1"
1919jsonschema = " ^4.21.0"
2020requests = " ^2.27.1"
You can’t perform that action at this time.
0 commit comments