Skip to content

Commit

Permalink
remove unnecessary pandas dep
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlambson committed Aug 26, 2024
1 parent 3c3f2b3 commit 395c472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bored-charts/boredcharts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.12.0"
__version__ = "0.12.1"

from boredcharts.router import FigureRouter
from boredcharts.webapp import boredcharts
Expand Down
3 changes: 1 addition & 2 deletions bored-charts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ authors = [{ name = "Oliver Lambson", email = "[email protected]" }]
dependencies = [
"fastapi>=0.112.0",
"jinja2>=3.1.4",
"plotly>=5.23.0",
"pandas>=2.2.2",
"markdown>=3.6",
"markupsafe>=2.1.5",
"plotly>=5.23.0",
"matplotlib>=3.9.2",
"altair>=5.4.0",
]
Expand Down
4 changes: 1 addition & 3 deletions uv.lock

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

0 comments on commit 395c472

Please sign in to comment.