Skip to content

Commit

Permalink
Fix docs build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
satheeshkatipomu committed Apr 17, 2022
1 parent 2863f29 commit 33a802d
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 30 deletions.
72 changes: 46 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = "0.0.2"
[tool.poetry.dependencies]
Pillow = "^8.2.0"
PyYAML = "^5.4.1"
Sphinx = {version = "^3.5.3", optional = true}
Sphinx = "4.5.0"
altair = "^4.1.0"
bounding-box = "^0.1.3"
imagesize = "^1.2.0"
Expand All @@ -42,19 +42,19 @@ pandas = "^1.2.3"
python = "^3.7.1"
scikit-learn = "^0.24.1"
scikit-multilearn = "^0.2.0"
sphinx-panels = {version = "^0.5.2", optional = true}
sphinx-panels = {version = "^0.6.0", optional = true}
sphinx-rtd-theme = {version = "^0.5.1", optional = true}
tensorflow-cpu = {version = "^2.4.1", optional = true}
tqdm = "^4.59.0"

[tool.poetry.dev-dependencies]
Sphinx = "^3.5.3"
Sphinx = "^4.5.0"
black = "^20.8b1"
flake8 = "^3.9.0"
kaggle = "^1.5.12"
pytest = "^5.2"
pytest-cov = "^2.11.1"
sphinx-panels = "^0.5.2"
sphinx-panels = "^0.6.0"
sphinx-rtd-theme = "^0.5.1"
tox = "^3.23.0"

Expand Down

0 comments on commit 33a802d

Please sign in to comment.