Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rapidsai/legateboost into l1
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMitchell committed Feb 13, 2025
2 parents 2616e78 + 4d3f0cc commit 56c64a9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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 @@ -15,9 +15,9 @@ dependencies:
- cuda-nvcc
- cuda-toolkit
- cuda-version>=12.2
- cupynumeric==25.01.*,>=0.0.0.dev0
- cupynumeric==25.03.*,>=0.0.0.dev0
- hypothesis>=6
- legate==25.01.*,>=0.0.0.dev0,!=25.01.00.rc2
- legate==25.03.*,>=0.0.0.dev0
- libcublas-dev
- llvm-openmp
- make
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/legate-boost/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ gpu_enabled:
- false

cupynumeric_version:
- "=25.01.*,>=0.0.0.dev0"
- "=25.03.*,>=0.0.0.dev0"
legate_version:
- "=25.01.*,>=0.0.0.dev0,!=25.01.00.rc2"
- "=25.03.*,>=0.0.0.dev0"
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies:
- output_types: [conda, pyproject, requirements]
packages:
- cmake>=3.26.4,!=3.30.0
- &legate legate==25.01.*,>=0.0.0.dev0,!=25.01.00.rc2
- &legate legate==25.03.*,>=0.0.0.dev0
- ninja>=1.11.1.1
clang_tidy:
common:
Expand Down Expand Up @@ -161,7 +161,7 @@ dependencies:
- typing-extensions>=4.0
- output_types: [conda, pyproject, requirements]
packages:
- cupynumeric==25.01.*,>=0.0.0.dev0
- cupynumeric==25.03.*,>=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
Expand Up @@ -12,7 +12,7 @@ commit-files = ["legateboost/GIT_COMMIT"]
matrix-entry = "cuda_suffixed=true"
requires = [
"cmake>=3.26.4,!=3.30.0",
"legate==25.01.*,>=0.0.0.dev0,!=25.01.00.rc2",
"legate==25.03.*,>=0.0.0.dev0",
"ninja>=1.11.1.1",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.

Expand All @@ -32,8 +32,8 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"cupynumeric==25.01.*,>=0.0.0.dev0",
"legate==25.01.*,>=0.0.0.dev0,!=25.01.00.rc2",
"cupynumeric==25.03.*,>=0.0.0.dev0",
"legate==25.03.*,>=0.0.0.dev0",
"numpy",
"scikit-learn>=1.6",
"typing-extensions>=4.0",
Expand Down

0 comments on commit 56c64a9

Please sign in to comment.