File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 5555 path : dist/*.tar.gz
5656
5757 upload_pypi :
58- needs : [build_wheels, build_sdist]
58+ needs : [build_locally, build_wheels, build_sdist]
5959 runs-on : ubuntu-latest
6060 environment : pypi
6161 permissions :
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=42 " , " wheel" , " Cython" ]
2+ requires = [" setuptools" , " wheel" , " Cython" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -22,15 +22,18 @@ dependencies = [
2222 " numpy>=1.20.1, <2.0.0" ,
2323 " plotly>=4.14.3"
2424]
25- requires-python = " >=3.6 "
25+ requires-python = " >=3.7 "
2626
2727[project .optional-dependencies ]
2828dev = [" coverage" , " pandas" , " scikit-learn" ]
2929
30- [tool .setuptools .package-data ]
31- "tdamapper.utils" = [" _metrics.c" , " _metrics.pyx" ]
32-
3330[project .urls ]
3431Homepage = " https://github.com/lucasimi/tda-mapper-python"
3532Documentation = " https://tda-mapper.readthedocs.io"
3633Issues = " https://github.com/lucasimi/tda-mapper-python/issues"
34+
35+ [tool .setuptools .package-data ]
36+ "tdamapper.utils" = [" _metrics.c" , " _metrics.pyx" ]
37+
38+ [tool .cibuildwheel ]
39+ skip = " cp36-*"
Original file line number Diff line number Diff line change 1313]
1414
1515setup (
16- name = 'tda-mapper' ,
17- version = '0.7.0' ,
1816 ext_modules = cythonize (ext_modules ),
1917)
You can’t perform that action at this time.
0 commit comments