File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "cufolio"
33version = " 25.10"
44description = " Quantitative Portfolio Optimization developer example"
55readme = " README.md"
6- requires-python = " >=3.10 "
6+ requires-python = " >=3.11 "
77dependencies = [
88 " numpy>=2.0.0" ,
99 " pandas>=2.0" ,
@@ -32,7 +32,7 @@ cuda13 = [
3232
3333[tool .black ]
3434line-length = 88
35- target-version = [' py310 ' ]
35+ target-version = [' py311 ' ]
3636
3737[tool .isort ]
3838profile = " black"
You can’t perform that action at this time.
0 commit comments