File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7171
7272 # Rename package
7373 text = text.replace(
74- 'name = "rapids_singlecell "',
75- f'name = "rapids_singlecell -cu{cuda}"',
74+ 'name = "rapids-singlecell "',
75+ f'name = "rapids-singlecell -cu{cuda}"',
7676 )
7777 # Rename matching extra to "rapids", remove the other
7878 text = text.replace(f'rapids-cu{cuda} =', 'rapids =')
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requires = [
77build-backend = " scikit_build_core.build"
88
99[project ]
10- name = " rapids_singlecell "
10+ name = " rapids-singlecell "
1111description = " running single cell analysis on Nvidia GPUs"
1212requires-python = " >=3.12, <3.14"
1313license = { file = " LICENSE" }
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ def _detect_duplicate_installation():
1212 import warnings
1313
1414 known = (
15- "rapids_singlecell " ,
16- "rapids_singlecell -cu12" ,
17- "rapids_singlecell -cu13" ,
15+ "rapids-singlecell " ,
16+ "rapids-singlecell -cu12" ,
17+ "rapids-singlecell -cu13" ,
1818 )
1919 installed = []
2020 for pkg in known :
You can’t perform that action at this time.
0 commit comments