Skip to content

Commit e1d0cd3

Browse files
authored
Merge pull request #213 from lucasimi/develop
Develop
2 parents 5bfd717 + cc2b6cb commit e1d0cd3

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ numpy>=1.25.2,<2.0.0
33
scikit-learn>=1.5.0,<1.6.0
44
umap-learn>=0.5.7,<0.6.0
55
pandas>=2.1.0,<3.0.0
6-
tda-mapper>=0.9.0,<0.10.0
6+
tda-mapper>=0.10.0,<0.11.0
77
plotly>=6.0.0,<7.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tda-mapper"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
description = "A simple and efficient Python implementation of Mapper algorithm for Topological Data Analysis"
99
readme = "README.md"
1010
authors = [{ name = "Luca Simi", email = "[email protected]" }]

0 commit comments

Comments
 (0)