Skip to content

Commit

Permalink
add missing io
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 20, 2024
1 parent 473dbc4 commit 3449b4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ docs = [
"sphinx",
"sphinx_rtd_theme",
]
io = ["lzma"]
json = [
"bson",
"orjson",
Expand All @@ -47,7 +48,7 @@ json = [
"torch",
]
multiprocessing = ["tqdm"]
optional = ["monty[dev,json,multiprocessing,serialization]"]
optional = ["monty[dev,io,json,multiprocessing,serialization]"]
serialization = ["msgpack"]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 3449b4e

Please sign in to comment.