-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-gpu.txt
More file actions
57 lines (48 loc) · 893 Bytes
/
requirements-gpu.txt
File metadata and controls
57 lines (48 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# NVIDIA GPU-optimized requirements
# Core Framework
fastapi>=0.104.1
uvicorn>=0.24.0
python-multipart>=0.0.6
# Authentication & Security
passlib>=1.7.4
python-jose[cryptography]>=3.3.0
bcrypt>=4.1.2
python-dotenv>=1.0.0
# Data Analysis
pandas>=2.2.0
numpy>=1.26.0
yfinance>=0.2.18
# Quantitative Finance
scipy>=1.12.0
scikit-learn>=1.4.0
statsmodels>=0.14.0
# Visualization
matplotlib>=3.8.0
seaborn>=0.13.0
plotly>=5.17.0
# API & Web
requests>=2.31.0
httpx>=0.25.0
aiohttp>=3.9.1
# Utilities
python-dateutil>=2.8.2
pytz>=2023.3
# AI/ML for NVIDIA GPU
ollama>=0.3.0
faiss-gpu>=1.7.4
sentence-transformers>=2.2.2
torch>=2.0.0+cu118
transformers>=4.35.0
langchain>=0.2.0
langchain-ollama>=0.1.0
numba>=0.58.1
# GPU-specific packages
nvidia-ml-py3>=7.352.0
pynvml>=11.0.0
# Testing
pytest>=7.4.3
pytest-asyncio>=0.21.1
pytest-cov>=4.1.0
pytest-mock>=3.12.0
httpx>=0.25.2
coverage>=7.3.2