Skip to content

Commit

Permalink
requiring ldc>=0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed May 6, 2024
1 parent f722b1e commit d01effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _read(f):
},
packages=find_namespace_packages(where='src'),
install_requires=[
"llm-dataset-converter>=0.2.1",
"llm-dataset-converter>=0.2.3",
"textract",
],
version="0.0.1",
Expand Down

0 comments on commit d01effc

Please sign in to comment.