Skip to content

Commit 16632d6

Browse files
committed
docs: fix inconsistencies - Apache 2.0, Python 3.11+, FastAPI 0.120+, Node.js clarity
1 parent 41c64ca commit 16632d6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

DEPLOYMENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ python scripts/data/generate_historical_demand.py
9494
# - NVIDIA GPU with CUDA 12.x support
9595
# - CUDA Compute Capability 7.0+ (Volta, Turing, Ampere, Ada, Hopper)
9696
# - 16GB+ GPU memory recommended
97-
# - Python 3.9-3.11
97+
# - Python 3.11+ (required)
9898
#
9999
# Installation:
100100
./scripts/setup/install_rapids.sh
@@ -131,7 +131,7 @@ npm start
131131
- 20GB+ disk space
132132

133133
### Common Prerequisites
134-
- Python 3.9+ (for local development)
134+
- Python 3.11+ (for local development)
135135
- **Node.js 20.0.0+** (LTS recommended) and npm (for frontend)
136136
- **Minimum**: Node.js 18.17.0+ (required for `node:path` protocol support)
137137
- **Recommended**: Node.js 20.x LTS for best compatibility
@@ -894,7 +894,7 @@ With RAPIDS enabled, you can expect:
894894
- Ensure GPU has compute capability 7.0+
895895

896896
**RAPIDS installation failed?**
897-
- Check Python version (3.9-3.11 supported)
897+
- Check Python version (3.11+ required)
898898
- Verify CUDA toolkit is installed
899899
- Try manual installation: `pip install --extra-index-url=https://pypi.nvidia.com cudf-cu12 cuml-cu12`
900900

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ See the [Local Development Setup](#local-development-setup) section below for ma
207207
### Prerequisites
208208

209209
- **Python 3.11+** (check with `python3 --version`)
210-
- **Node.js 20.0.0+** (LTS recommended) and npm (check with `node --version` and `npm --version`)
210+
- **Node.js** and npm (check with `node --version` and `npm --version`)
211211
- **Minimum**: Node.js 18.17.0+ (required for `node:path` protocol support)
212-
- **Recommended**: Node.js 20.x LTS for best compatibility
212+
- **Recommended**: Node.js 20.x LTS for best compatibility and performance
213213
- **Note**: Node.js 18.0.0 - 18.16.x will fail with `Cannot find module 'node:path'` error
214214
- **Docker** and Docker Compose
215215
- **Git** (to clone the repository)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ requires-python = ">=3.11"
1414
classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: MIT License",
17+
"License :: OSI Approved :: Apache Software License",
1818
"Programming Language :: Python :: 3",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
2121
]
2222
dependencies = [
23-
"fastapi>=0.104.0",
23+
"fastapi>=0.120.0",
2424
"uvicorn[standard]>=0.24.0",
2525
"pydantic>=2.0.0",
2626
"langchain>=0.1.11", # Security: CVE-2024-28088 fixed in 0.1.11+. Note: We use langchain-core>=1.2.6 directly (includes CVE-2025-68664 fix)

0 commit comments

Comments
 (0)