File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyobsplot"
3- version = " 0.3.8-dev "
3+ version = " 0.3.8"
44description = " Observable Plot in Jupyter notebooks and Quarto documents"
55authors = [
" Julien Barnier <[email protected] >" ]
66license = " MIT"
@@ -15,15 +15,15 @@ classifiers = [
1515 " License :: OSI Approved :: MIT License" ,
1616 " Programming Language :: Python :: 3" ,
1717 " Programming Language :: JavaScript" ,
18- " Topic :: Scientific/Engineering :: Visualization"
18+ " Topic :: Scientific/Engineering :: Visualization" ,
1919]
2020
2121[tool .poetry .urls ]
2222changelog = " https://github.com/juba/pyobsplot/blob/main/NEWS.md"
2323
2424[tool .poetry .dependencies ]
2525python = " ^3.8"
26- anywidget = {extras = [" dev" ], version = " ^0.6.0" }
26+ anywidget = { extras = [" dev" ], version = " ^0.6.0" }
2727pandas = " >=1.2.0"
2828polars = " >=0.16.0"
2929pyarrow = " ^11.0.0"
You can’t perform that action at this time.
0 commit comments