Skip to content

Commit

Permalink
(deps) moved plotly from optional to required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Mar 29, 2024
1 parent 4919926 commit 6e69976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies = [
"natsort>=8.3.0",
"pymongo>=4.4",
"pysmartdl2>=2.0.0",
"plotly>=5.15.0",
"dnspython",
"ruamel.yaml",
"colorama"
Expand All @@ -49,7 +50,6 @@ dev = [
"onnxconverter_common>=1.14.0",
"onnxsim==0.4.33",
"onnxruntime>=1.16.0",
"plotly>=5.15.0",
"optimade[http_client]>=1.0.0"
]

Expand Down

0 comments on commit 6e69976

Please sign in to comment.