Skip to content

Commit

Permalink
added datatrove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
malteos committed Jul 18, 2024
1 parent 2f3d77d commit 8e1e5d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,15 @@ docs = [
"mkdocstrings[python]",
]
viewer = ["streamlit", "ngrok"]
datatrove = ["datatrove[all]>=0.2.0"]

all = [
"llm-datasets[datasets]",
"llm-datasets[dev]",
"llm-datasets[docs]",
"llm-datasets[viewer]",
"llm-datasets[datatrove]",

]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions requirements/datatrove.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
datatrove[all]>=0.2.0

0 comments on commit 8e1e5d3

Please sign in to comment.