Skip to content

Commit 6d10013

Browse files
committed
REL v25.02.00 release
1 parent aee16ed commit 6d10013

File tree

6 files changed

+54
-54
lines changed

6 files changed

+54
-54
lines changed

conda/environments/all_cuda-118_arch-x86_64.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ dependencies:
1212
- cuda-python>=11.8.5,<12.0a0
1313
- cuda-version=11.8
1414
- cudatoolkit
15-
- cudf==25.2.*,>=0.0.0a0
16-
- cuml==25.2.*,>=0.0.0a0
15+
- cudf==25.2.*
16+
- cuml==25.2.*
1717
- cupy>=12.0.0
1818
- curl
1919
- cxx-compiler
@@ -23,8 +23,8 @@ dependencies:
2323
- geopandas>=1.0.0
2424
- ipython
2525
- ipywidgets
26-
- libcudf==25.2.*,>=0.0.0a0
27-
- librmm==25.2.*,>=0.0.0a0
26+
- libcudf==25.2.*
27+
- librmm==25.2.*
2828
- myst-parser
2929
- nbsphinx
3030
- ninja
@@ -37,13 +37,13 @@ dependencies:
3737
- proj
3838
- pydata-sphinx-theme!=0.14.2
3939
- pydeck
40-
- pylibcudf==25.2.*,>=0.0.0a0
40+
- pylibcudf==25.2.*
4141
- pytest
4242
- pytest-cov
4343
- pytest-xdist
4444
- python>=3.10,<3.13
4545
- rapids-build-backend>=0.3.0,<0.4.0.dev0
46-
- rmm==25.2.*,>=0.0.0a0
46+
- rmm==25.2.*
4747
- scikit-build-core>=0.10.0
4848
- scikit-image
4949
- shapely

conda/environments/all_cuda-128_arch-x86_64.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies:
1515
- cuda-nvrtc-dev
1616
- cuda-python>=12.6.2,<13.0a0
1717
- cuda-version=12.8
18-
- cudf==25.2.*,>=0.0.0a0
19-
- cuml==25.2.*,>=0.0.0a0
18+
- cudf==25.2.*
19+
- cuml==25.2.*
2020
- cupy>=12.0.0
2121
- curl
2222
- cxx-compiler
@@ -26,8 +26,8 @@ dependencies:
2626
- geopandas>=1.0.0
2727
- ipython
2828
- ipywidgets
29-
- libcudf==25.2.*,>=0.0.0a0
30-
- librmm==25.2.*,>=0.0.0a0
29+
- libcudf==25.2.*
30+
- librmm==25.2.*
3131
- myst-parser
3232
- nbsphinx
3333
- ninja
@@ -39,13 +39,13 @@ dependencies:
3939
- proj
4040
- pydata-sphinx-theme!=0.14.2
4141
- pydeck
42-
- pylibcudf==25.2.*,>=0.0.0a0
42+
- pylibcudf==25.2.*
4343
- pytest
4444
- pytest-cov
4545
- pytest-xdist
4646
- python>=3.10,<3.13
4747
- rapids-build-backend>=0.3.0,<0.4.0.dev0
48-
- rmm==25.2.*,>=0.0.0a0
48+
- rmm==25.2.*
4949
- scikit-build-core>=0.10.0
5050
- scikit-image
5151
- shapely

dependencies.yaml

+28-28
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ dependencies:
481481
common:
482482
- output_types: conda
483483
packages:
484-
- &rmm_unsuffixed rmm==25.2.*,>=0.0.0a0
484+
- &rmm_unsuffixed rmm==25.2.*
485485
- output_types: requirements
486486
packages:
487487
# pip recognizes the index as a global option for the requirements.txt file
@@ -494,20 +494,20 @@ dependencies:
494494
cuda: "12.*"
495495
cuda_suffixed: "true"
496496
packages:
497-
- rmm-cu12==25.2.*,>=0.0.0a0
497+
- rmm-cu12==25.2.*
498498
- matrix:
499499
cuda: "11.*"
500500
cuda_suffixed: "true"
501501
packages:
502-
- rmm-cu11==25.2.*,>=0.0.0a0
502+
- rmm-cu11==25.2.*
503503
- {matrix: null, packages: [*rmm_unsuffixed]}
504504

505505
depends_on_cudf:
506506
common:
507507
- output_types: conda
508508
packages:
509-
- &cudf_unsuffixed cudf==25.2.*,>=0.0.0a0
510-
- &pylibcudf_unsuffixed pylibcudf==25.2.*,>=0.0.0a0
509+
- &cudf_unsuffixed cudf==25.2.*
510+
- &pylibcudf_unsuffixed pylibcudf==25.2.*
511511
- output_types: requirements
512512
packages:
513513
# pip recognizes the index as a global option for the requirements.txt file
@@ -520,21 +520,21 @@ dependencies:
520520
cuda: "12.*"
521521
cuda_suffixed: "true"
522522
packages:
523-
- cudf-cu12==25.2.*,>=0.0.0a0
524-
- pylibcudf-cu12==25.2.*,>=0.0.0a0
523+
- cudf-cu12==25.2.*
524+
- pylibcudf-cu12==25.2.*
525525
- matrix:
526526
cuda: "11.*"
527527
cuda_suffixed: "true"
528528
packages:
529-
- cudf-cu11==25.2.*,>=0.0.0a0
530-
- pylibcudf-cu11==25.2.*,>=0.0.0a0
529+
- cudf-cu11==25.2.*
530+
- pylibcudf-cu11==25.2.*
531531
- {matrix: null, packages: [*cudf_unsuffixed]}
532532

533533
depends_on_libcudf:
534534
common:
535535
- output_types: conda
536536
packages:
537-
- &libcudf_unsuffixed libcudf==25.2.*,>=0.0.0a0
537+
- &libcudf_unsuffixed libcudf==25.2.*
538538
- output_types: requirements
539539
packages:
540540
# pip recognizes the index as a global option for the requirements.txt file
@@ -547,19 +547,19 @@ dependencies:
547547
cuda: "12.*"
548548
cuda_suffixed: "true"
549549
packages:
550-
- libcudf-cu12==25.2.*,>=0.0.0a0
550+
- libcudf-cu12==25.2.*
551551
- matrix:
552552
cuda: "11.*"
553553
cuda_suffixed: "true"
554554
packages:
555-
- libcudf-cu11==25.2.*,>=0.0.0a0
555+
- libcudf-cu11==25.2.*
556556
- {matrix: null, packages: [*libcudf_unsuffixed]}
557557

558558
depends_on_cuml:
559559
common:
560560
- output_types: conda
561561
packages:
562-
- &cuml_unsuffixed cuml==25.2.*,>=0.0.0a0
562+
- &cuml_unsuffixed cuml==25.2.*
563563
- output_types: requirements
564564
packages:
565565
# pip recognizes the index as a global option for the requirements.txt file
@@ -572,19 +572,19 @@ dependencies:
572572
cuda: "12.*"
573573
cuda_suffixed: "true"
574574
packages:
575-
- cuml-cu12==25.2.*,>=0.0.0a0
575+
- cuml-cu12==25.2.*
576576
- matrix:
577577
cuda: "11.*"
578578
cuda_suffixed: "true"
579579
packages:
580-
- cuml-cu11==25.2.*,>=0.0.0a0
580+
- cuml-cu11==25.2.*
581581
- {matrix: null, packages: [*cuml_unsuffixed]}
582582

583583
depends_on_cuspatial:
584584
common:
585585
- output_types: conda
586586
packages:
587-
- &cuspatial_unsuffixed cuspatial==25.2.*,>=0.0.0a0
587+
- &cuspatial_unsuffixed cuspatial==25.2.*
588588
- output_types: requirements
589589
packages:
590590
# pip recognizes the index as a global option for the requirements.txt file
@@ -597,19 +597,19 @@ dependencies:
597597
cuda: "12.*"
598598
cuda_suffixed: "true"
599599
packages:
600-
- cuspatial-cu12==25.2.*,>=0.0.0a0
600+
- cuspatial-cu12==25.2.*
601601
- matrix:
602602
cuda: "11.*"
603603
cuda_suffixed: "true"
604604
packages:
605-
- cuspatial-cu11==25.2.*,>=0.0.0a0
605+
- cuspatial-cu11==25.2.*
606606
- {matrix: null, packages: [*cuspatial_unsuffixed]}
607607

608608
depends_on_cuproj:
609609
common:
610610
- output_types: conda
611611
packages:
612-
- &cuproj_unsuffixed cuproj==25.2.*,>=0.0.0a0
612+
- &cuproj_unsuffixed cuproj==25.2.*
613613
- output_types: requirements
614614
packages:
615615
# pip recognizes the index as a global option for the requirements.txt file
@@ -622,12 +622,12 @@ dependencies:
622622
cuda: "12.*"
623623
cuda_suffixed: "true"
624624
packages:
625-
- cuproj-cu12==25.2.*,>=0.0.0a0
625+
- cuproj-cu12==25.2.*
626626
- matrix:
627627
cuda: "11.*"
628628
cuda_suffixed: "true"
629629
packages:
630-
- cuproj-cu11==25.2.*,>=0.0.0a0
630+
- cuproj-cu11==25.2.*
631631
- {matrix: null, packages: [*cuproj_unsuffixed]}
632632

633633
depends_on_cupy:
@@ -651,12 +651,12 @@ dependencies:
651651
common:
652652
- output_types: conda
653653
packages:
654-
- libcuspatial-tests==25.2.*,>=0.0.0a0
654+
- libcuspatial-tests==25.2.*
655655
depends_on_libcuspatial:
656656
common:
657657
- output_types: conda
658658
packages:
659-
- &libcuspatial_unsuffixed libcuspatial==25.2.*,>=0.0.0a0
659+
- &libcuspatial_unsuffixed libcuspatial==25.2.*
660660
- output_types: requirements
661661
packages:
662662
# pip recognizes the index as a global option for the requirements.txt file
@@ -669,19 +669,19 @@ dependencies:
669669
cuda: "12.*"
670670
cuda_suffixed: "true"
671671
packages:
672-
- libcuspatial-cu12==25.2.*,>=0.0.0a0
672+
- libcuspatial-cu12==25.2.*
673673
- matrix:
674674
cuda: "11.*"
675675
cuda_suffixed: "true"
676676
packages:
677-
- libcuspatial-cu11==25.2.*,>=0.0.0a0
677+
- libcuspatial-cu11==25.2.*
678678
- {matrix: null, packages: [*libcuspatial_unsuffixed]}
679679

680680
depends_on_librmm:
681681
common:
682682
- output_types: conda
683683
packages:
684-
- &librmm_unsuffixed librmm==25.2.*,>=0.0.0a0
684+
- &librmm_unsuffixed librmm==25.2.*
685685
- output_types: requirements
686686
packages:
687687
# pip recognizes the index as a global option for the requirements.txt file
@@ -694,10 +694,10 @@ dependencies:
694694
cuda: "12.*"
695695
cuda_suffixed: "true"
696696
packages:
697-
- librmm-cu12==25.2.*,>=0.0.0a0
697+
- librmm-cu12==25.2.*
698698
- matrix:
699699
cuda: "11.*"
700700
cuda_suffixed: "true"
701701
packages:
702-
- librmm-cu11==25.2.*,>=0.0.0a0
702+
- librmm-cu11==25.2.*
703703
- {matrix: null, packages: [*librmm_unsuffixed]}

python/cuproj/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ classifiers = [
4343

4444
[project.optional-dependencies]
4545
test = [
46-
"cuspatial==25.2.*,>=0.0.0a0",
46+
"cuspatial==25.2.*",
4747
"geopandas>=1.0.0",
4848
"numpy>=1.23,<3.0a0",
4949
"pyproj>=3.6.0,<3.7a0",
@@ -122,7 +122,7 @@ matrix-entry = "cuda_suffixed=true"
122122
requires = [
123123
"cmake>=3.26.4,!=3.30.0",
124124
"cython>=3.0.0",
125-
"librmm==25.2.*,>=0.0.0a0",
125+
"librmm==25.2.*",
126126
"ninja",
127127
"wheel",
128128
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

python/cuspatial/pyproject.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ authors = [
3030
license = { text = "Apache 2.0" }
3131
requires-python = ">=3.10"
3232
dependencies = [
33-
"cudf==25.2.*,>=0.0.0a0",
33+
"cudf==25.2.*",
3434
"geopandas>=1.0.0",
35-
"libcudf==25.2.*,>=0.0.0a0",
36-
"libcuspatial==25.2.*,>=0.0.0a0",
35+
"libcudf==25.2.*",
36+
"libcuspatial==25.2.*",
3737
"numpy>=1.23,<3.0a0",
38-
"rmm==25.2.*,>=0.0.0a0",
38+
"rmm==25.2.*",
3939
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
4040
classifiers = [
4141
"Intended Audience :: Developers",
@@ -136,13 +136,13 @@ dependencies-file = "../../dependencies.yaml"
136136
matrix-entry = "cuda_suffixed=true"
137137
requires = [
138138
"cmake>=3.26.4,!=3.30.0",
139-
"cudf==25.2.*,>=0.0.0a0",
139+
"cudf==25.2.*",
140140
"cython>=3.0.0",
141-
"libcudf==25.2.*,>=0.0.0a0",
142-
"libcuspatial==25.2.*,>=0.0.0a0",
143-
"librmm==25.2.*,>=0.0.0a0",
141+
"libcudf==25.2.*",
142+
"libcuspatial==25.2.*",
143+
"librmm==25.2.*",
144144
"ninja",
145-
"rmm==25.2.*,>=0.0.0a0",
145+
"rmm==25.2.*",
146146
"wheel",
147147
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
148148

python/libcuspatial/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939
"Programming Language :: Python :: 3.11",
4040
]
4141
dependencies = [
42-
"libcudf==25.2.*,>=0.0.0a0",
42+
"libcudf==25.2.*",
4343
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
4444

4545
[project.urls]
@@ -70,8 +70,8 @@ dependencies-file = "../../dependencies.yaml"
7070
matrix-entry = "cuda_suffixed=true"
7171
requires = [
7272
"cmake>=3.26.4,!=3.30.0",
73-
"libcudf==25.2.*,>=0.0.0a0",
74-
"librmm==25.2.*,>=0.0.0a0",
73+
"libcudf==25.2.*",
74+
"librmm==25.2.*",
7575
"ninja",
7676
"wheel",
7777
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

0 commit comments

Comments
 (0)