Skip to content

Commit

Permalink
add alpha specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 3, 2025
1 parent f4972aa commit 51f314a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repos:
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.4.0
hooks:
- id: verify-alpha-spec
- id: verify-copyright
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.17.0
Expand Down
2 changes: 1 addition & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ DEPENDENCIES=(
)
for DEP in "${DEPENDENCIES[@]}"; do
for FILE in dependencies.yaml conda/environments/*.yaml; do
sed_runner "/-.* ${DEP}\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}.*/g" "${FILE}"
sed_runner "/-.* ${DEP}\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}.*,>=0.0.0a0/g" "${FILE}"
done
done

Expand Down
16 changes: 8 additions & 8 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ channels:
dependencies:
- breathe>=4.35
- cuda-version=12.5
- cugraph-dgl==25.2.*
- cugraph-pyg==25.2.*
- cugraph==25.2.*
- cugraph-dgl==25.2.*,>=0.0.0a0
- cugraph-pyg==25.2.*,>=0.0.0a0
- cugraph==25.2.*,>=0.0.0a0
- dglteam/label/th23_cu121::dgl
- doxygen
- graphviz
- ipython
- libcugraph==25.2.*
- libcugraph_etl==25.2.*
- libcugraph==25.2.*,>=0.0.0a0
- libcugraph_etl==25.2.*,>=0.0.0a0
- nbsphinx
- numpydoc
- pre-commit
- pydata-sphinx-theme
- pylibcugraph==25.2.*
- pylibcugraphops==25.2.*
- pylibwholegraph==25.2.*
- pylibcugraph==25.2.*,>=0.0.0a0
- pylibcugraphops==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0
- recommonmark
- sphinx-copybutton
- sphinx-markdown-tables
Expand Down
16 changes: 8 additions & 8 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ dependencies:
common:
- output_types: [conda]
packages:
- cugraph==25.2.*
- cugraph-dgl==25.2.*
- cugraph-pyg==25.2.*
- cugraph==25.2.*,>=0.0.0a0
- cugraph-dgl==25.2.*,>=0.0.0a0
- cugraph-pyg==25.2.*,>=0.0.0a0
- 'dglteam/label/th23_cu121::dgl'
- libcugraph==25.2.*
- libcugraph_etl==25.2.*
- pylibcugraph==25.2.*
- pylibcugraphops==25.2.*
- pylibwholegraph==25.2.*
- libcugraph==25.2.*,>=0.0.0a0
- libcugraph_etl==25.2.*,>=0.0.0a0
- pylibcugraph==25.2.*,>=0.0.0a0
- pylibcugraphops==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0

0 comments on commit 51f314a

Please sign in to comment.