Skip to content

Commit

Permalink
Remove version dep of pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Feb 9, 2024
1 parent a846832 commit 6ba8c01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ This package is still in an early state.
## Installation

```bash
# Stable
pip install shinyecharts

# Dev
pip install git+https://github.com/eodaGmbH/py-shiny-echarts
```

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
[tool.poetry]
name = "shinyecharts"
version = "0.1.0"
version = "0.1.1"
description = "ECharts for Shiny"
authors = ["Stefan Kuethe <[email protected]>"]
readme = "README.md"
license = "MIT"
# packages = [
# {include = "shinyecharts"}
# ]

[tool.poetry.dependencies]
python = "^3.9"
shiny = "^0.7.1"
pandas = "^2.2.0"
pandas = "*"

[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
Expand Down

0 comments on commit 6ba8c01

Please sign in to comment.