Skip to content

Commit

Permalink
add dash, docutils, waitress to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
yomach committed Dec 21, 2023
1 parent cd9e437 commit a3dbb0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ matplotlib = "^3.4.2"
numpy = "^1.17.0"
qm-qua = ">=1.1.0"
scipy = "^1.7.1"
dash = "^2.0.0"
pandas = { version = ">=1.2.4", optional = true }
dash = { version = "^2.0.0", optional = true }
dash-html-components = { version = "^2.0.0", optional = true }
dash-core-components = { version = "^2.0.0", optional = true }
dash-bootstrap-components = { version = "^1.0.0", optional = true }
dash-cytoscape = { version = "^0.3.0", optional = true }
dash-table = { version = "^5.0.0", optional = true }
dash-dangerously-set-inner-html = { version = "^0.0.2", optional = true }
docutils = ">=0.14.0"
waitress = "^2.0.0"
docutils = { version = ">=0.14.0", optional = true }
waitress = { version = "^2.0.0", optional = true }
dill = { version = "^0.3.4", optional = true }
pypiwin32 = { version = "^223", optional = true }
ipython = { version = "^7.31.1", optional = true }
Expand Down

0 comments on commit a3dbb0d

Please sign in to comment.