Skip to content

Commit

Permalink
BLD: Use the newest legate-nightlies
Browse files Browse the repository at this point in the history
Since we want to do a release, this is not quite ideal as it is the
state after the release really.  But for testing purproses the 25.01
nightlies are more useful (because recent other nightlies all had
one issue or another).

Signed-off-by: Sebastian Berg <[email protected]>
  • Loading branch information
seberg committed Nov 11, 2024
1 parent ce72bbc commit 1e5714d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-122.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies:
- cuda-cudart-dev
- cuda-nvcc
- cuda-version>=12.2
- cunumeric==24.09.*,>=0.0.0.dev0
- cunumeric==25.01.*,>=0.0.0.dev0
- hypothesis>=6
- legate==24.09.*,>=0.0.0.dev0
- legate==25.01.*,>=0.0.0.dev0
- libcublas-dev
- make
- matplotlib>=3.9
Expand Down
7 changes: 2 additions & 5 deletions conda/recipes/legate-boost/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ gpu_enabled:
- false

cunumeric_version:
# .dev116: https://github.com/nv-legate/legate.core.internal/issues/1409
- "=24.09.*,>=0.0.0.dev0,!=24.09.00.dev116"
- "=25.01.*,>=0.0.0.dev0
legate_version:
# .dev319: https://github.com/nv-legate/legate.core.internal/pull/1401
# .dev329: https://github.com/nv-legate/legate.core.internal/issues/1409
- "=24.09.*,>=0.0.0.dev0,!=24.09.00.dev319,!=24.09.00.dev329"
- "=25.01.*,>=0.0.0.dev0
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies:
- output_types: [conda, pyproject, requirements]
packages:
- cmake>=3.24.0,!=3.30.0
- &legate legate==24.09.*,>=0.0.0.dev0
- &legate legate==25.01.*,>=0.0.0.dev0
- ninja>=1.11.1.1
- scikit-build>=0.18.0
- setuptools>=70.0
Expand Down Expand Up @@ -123,7 +123,7 @@ dependencies:
- typing-extensions>=4.0
- output_types: [conda, pyproject, requirements]
packages:
- cunumeric==24.09.*,>=0.0.0.dev0
- cunumeric==25.01.*,>=0.0.0.dev0
- *legate
test:
common:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"cmake>=3.24.0,!=3.30.0",
"legate==24.09.*,>=0.0.0.dev0",
"legate==25.01.*,>=0.0.0.dev0",
"ninja>=1.11.1.1",
"scikit-build>=0.18.0",
"setuptools>=70.0",
Expand All @@ -24,8 +24,8 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"cunumeric==24.09.*,>=0.0.0.dev0",
"legate==24.09.*,>=0.0.0.dev0",
"cunumeric==25.01.*,>=0.0.0.dev0",
"legate==25.01.*,>=0.0.0.dev0",
"numpy",
"scikit-learn",
"typing-extensions>=4.0",
Expand Down

0 comments on commit 1e5714d

Please sign in to comment.