Skip to content

Commit c7732d5

Browse files
authored
Merge pull request #349 from raosukrit67/main
[Bug Fix] Updated pyproject.toml with corrected syntax
2 parents 1ce811e + 34843fb commit c7732d5

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
@@ -9,9 +9,9 @@ dependencies = [
99
"datasets",
1010
"jupyter",
1111
"pydantic>=2.9.2",
12-
"langchain=0.3.17",
12+
"langchain==0.3.17",
1313
"unstructured[pdf]",
14-
"pandas=2.2.3",
14+
"pandas==2.2.3",
1515
"rich>=13.7.1",
1616
"pillow",
1717
"nemo-microservices[data-designer]",

0 commit comments

Comments
 (0)