Skip to content

Commit 082f4a3

Browse files
committed
M MLtools/__init__.py
M pyproject.toml
1 parent 1e50657 commit 082f4a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MLtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.174"
1+
__version__ = "0.0.175"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = {text = "Apache-2.0"}
1212
authors = [{name = "ben", email = "bthekkel1@gmail.com"}]
1313
keywords = ['nbdev', 'jupyter', 'notebook', 'python']
1414
classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"]
15-
dependencies = ['pandas==1.5.3', 'altair', 'vega_datasets', 'numpy', 'matplotlib', 'geopandas', 'mitosheet', 'seaborn', 'ipywidgets', 'latexify-py']
15+
dependencies = ['pandas>=2.0', 'altair', 'vega_datasets', 'numpy', 'matplotlib', 'geopandas', 'mitosheet', 'seaborn', 'ipywidgets', 'latexify-py']
1616

1717
[project.urls]
1818
Repository = "https://github.com/bthek1/MLtools"

0 commit comments

Comments
 (0)