Skip to content

Commit

Permalink
(fix) pandas dep numpy v2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavnatarajan committed Aug 13, 2024
1 parent e42b27d commit 96e36ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28695,7 +28695,6 @@
"fig1.set_figheight(9)\n",
"fig1.subplots_adjust(top=0.92)\n",
"plt.show()\n",
"print('\\n\\n')\n",
"fig2, ax2 = plt.subplots(1, 3)\n",
"ch.plotting.plot_diagram(dgms_alpha, 'rel', truncation = 0.3, ax = ax2[0], tolerance = 1e-3)\n",
"ax2[0].set_title('Chromatic Alpha')\n",
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "chalc"
version = "3.1.2"
version = "3.1.3"
authors = [{ name = "Abhinav Natarajan", email = "[email protected]" }]
description = "Persistent homology of chromatic Delaunay filtrations"
readme = { file = "README.md", content-type = "text/markdown" }
Expand All @@ -21,9 +21,9 @@ keywords = [
dependencies = [
"numpy~=2.0.0",
"phimaker~=0.1.3",
"pandas~=2.2.0",
"pandas~=2.2.2",
"matplotlib~=3.8.0",
"seaborn~=0.12.0",
"seaborn~=0.13.0",
"h5py~=3.11.0",
]
classifiers = [
Expand Down

0 comments on commit 96e36ac

Please sign in to comment.