Skip to content

Commit c821800

Browse files
authored
Merge pull request #421 from mikeknep/ndd-version-fixes
NDD requires-python and nemo-microservices versions
2 parents 6f76958 + add2af5 commit c821800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nemo/NeMo-Data-Designer/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ 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",
1414
"jupyter",
1515
"pydantic>=2.9.2",
1616
"langchain==0.3.17",
17-
"unstructured[pdf]",
17+
"unstructured[pdf]<0.18.31",
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)