Skip to content

Commit b386c62

Browse files
committed
NDD requires-python and nemo-microservices versions
1 parent 6f76958 commit b386c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nemo/NeMo-Data-Designer/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "tutorial_helpers"
77
version = "0.0.1"
88
description = "NeMo Data Designer Tutorial Notebooks"
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111

1212
dependencies = [
1313
"datasets",
@@ -18,5 +18,5 @@ dependencies = [
1818
"pandas==2.2.3",
1919
"rich>=13.7.1",
2020
"pillow",
21-
"nemo-microservices[data-designer]==1.3.0",
21+
"nemo-microservices[data-designer]==1.5.0",
2222
]

0 commit comments

Comments
 (0)