Skip to content

Commit 1db4fd9

Browse files
authored
Merge pull request #133 from lucasimi/develop
Develop
2 parents 4cbb2e8 + 33ba8de commit 1db4fd9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"numpy>=1.20.1, <2.0.0",
2323
"plotly>=4.14.3"
2424
]
25-
requires-python = "> 3.6"
25+
requires-python = ">=3.6"
2626

2727
[project.optional-dependencies]
2828
dev = ["coverage", "pandas", "scikit-learn"]

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
]
1414

1515
setup(
16+
name='tda-mapper',
17+
version='0.7.0',
1618
ext_modules=cythonize(ext_modules),
1719
)

0 commit comments

Comments
 (0)