Skip to content

Commit

Permalink
rename PR workflow, other small packaging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 30, 2024
1 parent e998041 commit 26cb947
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: legate-boost build/test
name: pr

concurrency:
group: ci-on-${{ github.event_name }}-from-${{ github.ref_name }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- repo: https://github.com/PyCQA/docformatter
# commit from https://github.com/PyCQA/docformatter/pull/287
# TODO: switch to a proper release once that change is released
rev: '06907d0267368b49b9180eed423fae5697c1e909'
rev: 'v1.7.5'
hooks:
- id: docformatter
- repo: https://github.com/pre-commit/mirrors-clang-format
Expand All @@ -36,7 +36,7 @@ repos:
files: \.(cu|cuh|h|cc|inl)$
types_or: []
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.15.1
rev: v1.16.0
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]
Expand Down
22 changes: 11 additions & 11 deletions conda/environments/all_cuda-122.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ dependencies:
- cuda-nvcc
- cuda-version>=12.2
- cunumeric==24.09.*,>=0.0.0.dev0
- hypothesis
- hypothesis>=6
- legate==24.09.*,>=0.0.0.dev0
- libcublas-dev
- make
- matplotlib
- mypy
- myst-parser
- nbconvert
- matplotlib>=3.9
- mypy>=1.13
- myst-parser>=4.0
- nbconvert>=7.16
- ninja>=1.11.1.1
- notebook
- notebook>=7
- numpy
- openblas
- pydata-sphinx-theme
- pytest<8
- pydata-sphinx-theme>=0.16
- pytest>=7,<8
- python-build>=1.2.0
- python=3.12
- scikit-build>=0.18.0
- scikit-learn
- seaborn
- seaborn>=0.13
- setuptools>=70.0
- sphinx
- sphinx>=8.1
- typing-extensions>=4.0
- xgboost
- xgboost>=2.0
name: all_cuda-122
22 changes: 11 additions & 11 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ dependencies:
common:
- output_types: [conda, pyproject, requirements]
packages:
- myst-parser
- pydata-sphinx-theme
- sphinx
- myst-parser>=4.0
- pydata-sphinx-theme>=0.16
- sphinx>=8.1
- output_types: [conda]
packages:
- make
Expand Down Expand Up @@ -129,11 +129,11 @@ dependencies:
common:
- output_types: [conda, pyproject, requirements]
packages:
- hypothesis
- matplotlib
- mypy
- nbconvert
- notebook
- pytest<8
- seaborn
- xgboost
- hypothesis>=6
- matplotlib>=3.9
- mypy>=1.13
- nbconvert>=7.16
- notebook>=7
- pytest>=7,<8
- seaborn>=0.13
- xgboost>=2.0
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ requires-python = ">=3.10"

[project.optional-dependencies]
test = [
"hypothesis",
"matplotlib",
"mypy",
"nbconvert",
"notebook",
"pytest<8",
"seaborn",
"xgboost",
"hypothesis>=6",
"matplotlib>=3.9",
"mypy>=1.13",
"nbconvert>=7.16",
"notebook>=7",
"pytest>=7,<8",
"seaborn>=0.13",
"xgboost>=2.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down

0 comments on commit 26cb947

Please sign in to comment.