Skip to content

Commit 287c181

Browse files
Add requirements.in and update requirements.txt via pip-compile
- Add requirements.in as the unpinned input file for pip-compile - Remove nvidia-* packages from requirements.in (transitive deps of torch) - Replace requirements.txt with pip-compile output (Python 3.12) - Major version updates: torch 2.10.0, sae-lens 6.37.1, transformer-lens 2.17.0, transformers 4.57.6, datasets 4.5.0 - Adds jupyterlab, ipywidgets, tensorflow as direct dependencies
1 parent c5e0c77 commit 287c181

2 files changed

Lines changed: 1131 additions & 122 deletions

File tree

requirements.in

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
jupyterlab
2+
ipywidgets
3+
numpy
4+
pandas
5+
torch
6+
tensorflow
7+
transformers
8+
huggingface_hub
9+
hf
10+
accelerate
11+
adjustText
12+
aiohappyeyeballs
13+
aiohttp
14+
aiosignal
15+
anyio
16+
asttokens
17+
async-timeout
18+
attrs
19+
automated-interpretability
20+
babe
21+
beartype
22+
better-abc
23+
blobfile
24+
boostedblob
25+
certifi
26+
charset-normalizer
27+
circuitsvis
28+
click
29+
comm
30+
config2py
31+
contourpy
32+
cycler
33+
datasets
34+
debugpy
35+
decorator
36+
dill
37+
docker-pycreds
38+
dol
39+
einops
40+
exceptiongroup
41+
executing
42+
fancy-einsum
43+
filelock
44+
fonttools
45+
frozenlist
46+
fsspec
47+
gitdb
48+
GitPython
49+
gprof2dot
50+
graze
51+
h11
52+
httpcore
53+
httpx
54+
i2
55+
idna
56+
importlib_metadata
57+
importlib_resources
58+
iniconfig
59+
jaxtyping
60+
jedi
61+
Jinja2
62+
joblib
63+
jupyter_client
64+
jupyter_core
65+
kiwisolver
66+
lxml
67+
markdown-it-py
68+
MarkupSafe
69+
matplotlib
70+
matplotlib-inline
71+
mdurl
72+
mpmath
73+
multidict
74+
multiprocess
75+
nest-asyncio
76+
networkx
77+
nltk
78+
orjson
79+
packaging
80+
parso
81+
patsy
82+
pexpect
83+
pillow
84+
platformdirs
85+
plotly
86+
plotly-express
87+
pluggy
88+
prompt_toolkit
89+
protobuf
90+
psutil
91+
ptyprocess
92+
pure_eval
93+
py2store
94+
pyarrow
95+
pyarrow-hotfix
96+
pycryptodomex
97+
Pygments
98+
pyparsing
99+
pytest
100+
pytest-profiling
101+
python-dateutil
102+
python-dotenv
103+
pytz
104+
PyYAML
105+
pyzmq
106+
regex
107+
requests
108+
rich
109+
sae-lens
110+
safetensors
111+
scikit-learn
112+
scipy
113+
sentencepiece
114+
sentry-sdk
115+
setproctitle
116+
shellingham
117+
six
118+
smmap
119+
sniffio
120+
stack-data
121+
statsmodels
122+
sympy
123+
tenacity
124+
threadpoolctl
125+
tiktoken
126+
tokenizers
127+
tomli
128+
tornado
129+
tqdm
130+
traitlets
131+
transformer-lens
132+
triton
133+
typeguard
134+
typer
135+
typing_extensions
136+
tzdata
137+
urllib3
138+
uvloop
139+
wandb
140+
wcwidth
141+
xxhash
142+
yarl
143+
zipp
144+
zstandard

0 commit comments

Comments
 (0)