-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
86 lines (82 loc) · 1.49 KB
/
Copy pathrequirements.txt
File metadata and controls
86 lines (82 loc) · 1.49 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
numpy==1.21.*
pandas==1.3.*
scipy==1.7.*
matplotlib==3.4.*
seaborn==0.11.*
scikit-learn==1.0.*
statsmodels==0.13.*
tensorflow==2.6.*
torch==1.10.*
torchvision==0.11.*
jupyter==1.0.*
notebook==6.4.*
ipywidgets==7.6.*
pytest==6.2.*
black==21.10b0
flake8==4.0.*
h5py==3.6.*
openpyxl==3.0.*
tables==3.6.*
pyyaml==6.0.*
networkx==2.6.*
opencv-python==4.5.*
pillow==8.4.*
transformers==4.12.*
tokenizers==0.10.*
spacy==3.2.*
tqdm==4.62.*
boto3==1.20.*
pytest==6.2.*
wandb==0.12.*
ray[tune]==1.9.*
huggingface-hub==0.2.*
datasets==1.16.*
gym==0.21.*
allennlp==2.8.*
nibabel==3.2.*
pydicom==2.2.*
opencv-contrib-python==4.5.*
pybullet==3.2.*
rdflib==6.0.*
owlready2==0.35
gensim==4.1.*
# Biomechanics specific
opensim==4.3
# If available through pip:
# biomechanical-toolkit==0.4.*
# vicon-nexus-api==2.12.*
# qualisys-python-sdk==2.*
pyomeca==0.5.*
# btk==0.3.*
ezc3d==1.4.*
mujoco-py==2.1.*
# Added requirements for LLM components
fastapi==0.95.*
uvicorn==0.22.*
pydantic==1.10.*
nltk==3.8.*
biom-format==2.1.*
sentencepiece==0.1.*
accelerate==0.19.*
tiktoken==0.4.*
optimum==1.8.*
bitsandbytes==0.40.*
einops==0.6.*
sacremoses==0.0.53
kaggle==1.5.*
flask==2.3.*
gunicorn==20.1.*
requests==2.30.*
python-dotenv==1.0.*
# Added requirements for academic paper processing
PyMuPDF==1.21.*
tabula-py==2.7.*
pytesseract==0.3.*
# Added requirements for environmental data collection
geopy==2.3.*
timezonefinder==6.2.*
folium==0.14.*
# Added requirements for knowledge distillation
openai==1.3.*
anthropic==0.5.*
python-dotenv==1.0.*