Skip to content

Commit 4be3075

Browse files
supunkamburugamuveseberg
authored andcommitted
use dependencies yaml
Signed-off-by: Sebastian Berg <sebastianb@nvidia.com>
1 parent 72fff15 commit 4be3075

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

conda/environments/all_cuda-122.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- cuda-nvcc
1616
- cuda-toolkit
1717
- cuda-version>=12.2
18-
- cupynumeric==25.08.*,>=0.0.0.dev0,!=25.08.00.rc2,!=25.08.00.rc3
18+
- cupynumeric==25.08.*,>=0.0.0.dev0,!=25.08.00.rc2,!=25.08.00.rc3,!=25.08.00
1919
- cutensor<=2.2.0.0
2020
- hypothesis>=6
2121
- legate==25.08.*,>=0.0.0.dev0

conda/recipes/legate-boost/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ gpu_enabled:
2626
- false
2727

2828
cupynumeric_version:
29-
- "=25.08.*,>=0.0.0.dev0,!=25.08.00.rc2,!=25.08.00.rc3"
29+
- "=25.08.*,>=0.0.0.dev0,!=25.08.00.rc2,!=25.08.00.rc3,!=25.08.00"
3030
legate_version:
3131
- "=25.08.*,>=0.0.0.dev0"

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies:
8282
- output_types: [conda, pyproject, requirements]
8383
packages:
8484
- cmake>=3.26.4,!=3.30.0
85-
- &legate legate==25.08.00.rc1
85+
- &legate legate==25.08.*,>=0.0.0.dev0
8686
- ninja>=1.11.1.1
8787
clang_tidy:
8888
common:
@@ -161,7 +161,7 @@ dependencies:
161161
- typing-extensions>=4.0
162162
- output_types: [conda, pyproject, requirements]
163163
packages:
164-
- cupynumeric==25.08.*,>=0.0.0.dev0,!=25.08.00.rc2,!=25.08.00.rc3
164+
- cupynumeric==25.08.*,>=0.0.0.dev0,!=25.08.00.rc2,!=25.08.00.rc3,!=25.08.00
165165
- *legate
166166
test:
167167
common:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.12",
3232
]
3333
dependencies = [
34-
"cupynumeric==25.08.*,>=0.0.0.dev0,!=25.08.00.rc2,!=25.08.00.rc3",
34+
"cupynumeric==25.08.*,>=0.0.0.dev0,!=25.08.00.rc2,!=25.08.00.rc3,!=25.08.00",
3535
"legate==25.08.*,>=0.0.0.dev0",
3636
"numpy<2",
3737
"scikit-learn>=1.6",

0 commit comments

Comments
 (0)