We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f76958 + add2af5 commit c821800Copy full SHA for c821800
nemo/NeMo-Data-Designer/pyproject.toml
@@ -7,16 +7,16 @@ name = "tutorial_helpers"
7
version = "0.0.1"
8
description = "NeMo Data Designer Tutorial Notebooks"
9
readme = "README.md"
10
-requires-python = ">=3.9"
+requires-python = ">=3.10"
11
12
dependencies = [
13
"datasets",
14
"jupyter",
15
"pydantic>=2.9.2",
16
"langchain==0.3.17",
17
- "unstructured[pdf]",
+ "unstructured[pdf]<0.18.31",
18
"pandas==2.2.3",
19
"rich>=13.7.1",
20
"pillow",
21
- "nemo-microservices[data-designer]==1.3.0",
+ "nemo-microservices[data-designer]==1.5.0",
22
]
0 commit comments