Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
g4brielvs committed Sep 19, 2024
1 parent cb07439 commit 813cf6e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ classifiers = [
dynamic = ["version"]

requires-python = ">=3.7"
dependencies = ["requests>=2.28.1", "pandas>=2", "pycountry>=22.3.5"]
dependencies = [
"bokeh>=3,<4",
"requests>=2.28.1",
"pandas>=2",
"pycountry>=22.3.5",
]
[project.optional-dependencies]
docs = [
"docutils==0.17.1", # pinned to docutils==0.17.1 due to https://github.com/worldbank/template/issues/60. See also: https://jupyterbook.org/en/stable/content/citations.html?highlight=docutils#citations-and-bibliographies
Expand All @@ -38,9 +43,9 @@ docs = [
"Source" = "https://github.com/worldbank/template"

[tool.codespell]
skip = 'docs/_build,docs/references.bib,*.png,*.gz,*.whl'
skip = 'docs/_build,docs/bibliography.bib,*.png,*.gz,*.whl'
ignore-regex = '^\s*"image\/png":\s.*'
ignore-words-list = "gost,"
ignore-words-list = "gost,Nd"

[tool.hatch.build.targets.sdist]
include = [
Expand Down

0 comments on commit 813cf6e

Please sign in to comment.