We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b559267 commit 7553a34Copy full SHA for 7553a34
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "exploralytics"
7
-version = "1.0.0"
+version = "1.0.1" # Updated version
8
authors = [
9
{ name = "John Paul Curada", email = "[email protected]" },
10
]
@@ -26,11 +26,13 @@ dependencies = [
26
"pandas>=1.3.0",
27
"plotly>=5.0.0",
28
"numpy>=1.20.0",
29
+ "plotly-express>=0.4.0", # Added for px
30
31
32
[project.urls]
33
"Bug Tracker" = "https://github.com/jpcurada/exploralytics/issues"
34
"Source Code" = "https://github.com/jpcurada/exploralytics"
35
+"Documentation" = "https://exploralytics.readthedocs.io"
36
37
[tool.setuptools.packages.find]
38
where = ["src"]
0 commit comments