File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11from pathlib import Path
22
3- SDK_VERSION = "1.5.1 "
3+ SDK_VERSION = "1.5.2 "
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.1 "
3+ version = " 1.5.2 "
44description = " SDK for wrapping deep learning models for usage in the Neutone plugin"
55readme = " README.md"
66authors = [" Qosmo <contact@qosmo.jp>" ]
@@ -12,9 +12,9 @@ packages = [{include = "neutone_sdk"}]
1212[tool .poetry .dependencies ]
1313click = " >=8.1.7,<9.0.0"
1414python = " >=3.8,<4.0"
15- numpy = " ^ 1.21.6"
16- torch = " >=1.11.0,<2.10 .0"
17- torchaudio = " >=0.11.0,<2.10 .0"
15+ numpy = " >= 1.21.6,<2.3.0 "
16+ torch = " >=1.11.0,<3.0 .0"
17+ torchaudio = " >=0.11.0,<3.0 .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