-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
68 lines (55 loc) · 1.05 KB
/
requirements.txt
File metadata and controls
68 lines (55 loc) · 1.05 KB
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
58
59
60
61
62
63
64
65
66
67
68
# Core scientific libraries
numpy==1.23.1
matplotlib==3.9.4
pandas==2.2.3
scikit-learn==1.6.0
scipy==1.13.1
# Deep learning (install with CUDA support)
# torch==2.5.1
# torchvision==0.20.1
# Graph and network analysis
networkx==3.2.1
# Image processing
scikit-image==0.24.0
pillow==11.1.0
imageio==2.36.1
# Video processing
yt-dlp==2024.4.5
opencv-python-headless==4.11.0.86
# LLM tools
openai==1.58.1
tiktoken==0.8.0
# LangChain packages
langchain==0.2.12
langchain-core==0.2.43
langchain-openai==0.1.20
langchain-text-splitters==0.2.4
langsmith==0.1.147
# 3D processing and simulation
open3d==0.18.0
taichi==1.2.2
pyquaternion==0.9.9
plyfile==1.1
# Visualization and interactive tools
dash==2.18.2
plotly==5.24.1
ipython==8.18.1
ipywidgets==8.1.5
# Web tools
flask==3.0.3
httpx==0.28.1
# NLP and text processing
ftfy==6.3.1
regex==2024.11.6
# Utilities
requests==2.32.3
pydantic==2.10.4
sympy==1.13.1
aiohttp==3.11.11
PyYAML==6.0.2
python-dotenv==1.0.1
# Advanced utilities
dill==0.3.9
jsonpatch==1.33
# Parallel computing (requires MPI on system)
mpi4py==3.1.1