Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:
- pydata-sphinx-theme>=0.15.4
- pylibcudf==26.4.*,>=0.0.0a0
- pytest<9.0.0
- python>=3.10,<3.14
- python>=3.11,<3.14
- rapids-build-backend>=0.4.0,<0.5.0
- rmm==26.4.*,>=0.0.0a0
- scikit-build-core>=0.11.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:
- pydata-sphinx-theme>=0.15.4
- pylibcudf==26.4.*,>=0.0.0a0
- pytest<9.0.0
- python>=3.10,<3.14
- python>=3.11,<3.14
- rapids-build-backend>=0.4.0,<0.5.0
- ray-default>=2.49,<2.52
- rmm==26.4.*,>=0.0.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-131_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:
- pydata-sphinx-theme>=0.15.4
- pylibcudf==26.4.*,>=0.0.0a0
- pytest<9.0.0
- python>=3.10,<3.14
- python>=3.11,<3.14
- rapids-build-backend>=0.4.0,<0.5.0
- rmm==26.4.*,>=0.0.0a0
- scikit-build-core>=0.11.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-131_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:
- pydata-sphinx-theme>=0.15.4
- pylibcudf==26.4.*,>=0.0.0a0
- pytest<9.0.0
- python>=3.10,<3.14
- python>=3.11,<3.14
- rapids-build-backend>=0.4.0,<0.5.0
- ray-default>=2.49,<2.52
- rmm==26.4.*,>=0.0.0a0
Expand Down
2 changes: 1 addition & 1 deletion cpp/scripts/ndsh.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# /// script
# requires-python = ">=3.10"
# requires-python = ">=3.11"
# dependencies = [
# "duckdb",
# "numpy",
Expand Down
6 changes: 1 addition & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,6 @@ dependencies:
specific:
- output_types: conda
matrices:
- matrix:
py: "3.10"
packages:
- python=3.10
- matrix:
py: "3.11"
packages:
Expand All @@ -291,7 +287,7 @@ dependencies:
- python=3.13
- matrix:
packages:
- python>=3.10,<3.14
- python>=3.11,<3.14
test_cpp:
common:
- output_types: conda
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ addopts = [
[tool.ruff]
line-length = 88
indent-width = 4
target-version = "py310"
target-version = "py311"
fix = true

[tool.ruff.lint]
Expand Down
2 changes: 1 addition & 1 deletion python/librapidsmpf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ authors = [
{ name = "NVIDIA Corporation" },
]
license = "Apache-2.0"
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"libcudf==26.4.*,>=0.0.0a0",
"librmm==26.4.*,>=0.0.0a0",
Expand Down
3 changes: 1 addition & 2 deletions python/rapidsmpf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ authors = [
{ name = "NVIDIA Corporation" },
]
license = "Apache-2.0"
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"cuda-python>=13.0.1,<14.0",
"cupy-cuda13x>=13.6.0",
Expand All @@ -31,7 +31,6 @@ classifiers = [
"Topic :: Database",
"Topic :: Scientific/Engineering",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
Expand Down