Skip to content

Commit d660ba3

Browse files
authored
Merge pull request #34 from NVIDIA-AI-Blueprints/fix/python-311-floor-for-cuml-26.4
Require python 3.11 in order to resolve conflicts with UV sync command
2 parents 49dd144 + dd89a89 commit d660ba3

3 files changed

Lines changed: 390 additions & 1061 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are many ways to contribute to Quantitative Portfolio Optimization develop
3131

3232
### Prerequisites
3333

34-
- Python 3.10 or higher
34+
- Python 3.11 or higher
3535
- CUDA-capable GPU (for GPU-accelerated features)
3636
- NVIDIA PyTorch container or equivalent CUDA environment
3737

@@ -286,7 +286,7 @@ What actually happened.
286286

287287
**Environment**
288288
- OS: [e.g., Ubuntu 22.04]
289-
- Python: [e.g., 3.10]
289+
- Python: [e.g., 3.11]
290290
- CUDA: [e.g., 12.2]
291291
- GPU: [e.g., A100]
292292
- NVIDIA Quantitative Portfolio Optimization developer example version: [e.g., 25.10]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "cufolio"
33
version = "25.10"
44
description = "Quantitative Portfolio Optimization developer example"
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.11"
77
dependencies = [
88
"numpy>=2.0.0",
99
"pandas>=2.0",
@@ -32,7 +32,7 @@ cuda13 = [
3232

3333
[tool.black]
3434
line-length = 88
35-
target-version = ['py310']
35+
target-version = ['py311']
3636

3737
[tool.isort]
3838
profile = "black"

0 commit comments

Comments
 (0)