Skip to content

Commit ff6a279

Browse files
committed
Reduce dependencies
1 parent edebed1 commit ff6a279

File tree

4 files changed

+17
-396
lines changed

4 files changed

+17
-396
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ data/
44
cache/
55
inputs/
66
experiment_configs/
7+
envs/
78

89
# vscode
910
launch.json

requirements-test.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest>=7.0.0
2+
. # install stuned from local repo

requirements.txt

Lines changed: 9 additions & 200 deletions
Original file line numberDiff line numberDiff line change
@@ -1,200 +1,9 @@
1-
absl-py==1.2.0
2-
accelerate==0.17.1
3-
aiohttp==3.8.4
4-
aiosignal==1.3.1
5-
albumentations==1.3.0
6-
antlr4-python3-runtime==4.8
7-
appdirs==1.4.4
8-
argon2-cffi==21.3.0
9-
argon2-cffi-bindings==21.2.0
10-
asttokens==2.0.8
11-
astunparse==1.6.3
12-
async-timeout==4.0.2
13-
attrs==22.1.0
14-
backcall==0.2.0
15-
beautifulsoup4==4.11.1
16-
bleach==5.0.1
17-
cachetools==5.2.0
18-
cffi==1.15.1
19-
charset-normalizer==2.1.0
20-
click==8.1.3
21-
cryptography==39.0.1
22-
cycler==0.11.0
23-
debugpy==1.6.3
24-
decorator==5.1.1
25-
deepdiff==5.8.1
26-
defusedxml==0.7.1
27-
diffusers==0.14.0
28-
docker-pycreds==0.4.0
29-
einops==0.3.0
30-
entrypoints==0.4
31-
et-xmlfile==1.1.0
32-
execnet==1.9.0
33-
executing==1.0.0
34-
fastjsonschema==2.16.1
35-
filelock==3.8.0
36-
flatbuffers==23.1.21
37-
fonttools==4.36.0
38-
frozenlist==1.3.3
39-
fsspec==2023.3.0
40-
ftfy==6.1.1
41-
future==0.18.3
42-
gast==0.4.0
43-
gdown==4.5.1
44-
gitdb==4.0.9
45-
GitPython==3.1.27
46-
google-api-core==2.11.0
47-
google-api-python-client==2.79.0
48-
google-auth==2.16.1
49-
google-auth-httplib2==0.1.0
50-
google-auth-oauthlib==0.4.6
51-
google-pasta==0.2.0
52-
googleapis-common-protos==1.58.0
53-
grpcio==1.51.3
54-
gspread==5.7.2
55-
h5pickle==0.4.2
56-
h5py==3.7.0
57-
httplib2==0.21.0
58-
huggingface-hub==0.13.3
59-
idna==3.3
60-
imageio==2.21.1
61-
importlib-metadata==6.1.0
62-
iniconfig==1.1.1
63-
ipykernel==6.15.2
64-
ipython==8.4.0
65-
ipython-genutils==0.2.0
66-
ipywidgets==8.0.1
67-
jedi==0.18.1
68-
Jinja2==3.1.2
69-
joblib==1.1.0
70-
jsonschema==4.14.0
71-
jupyter==1.0.0
72-
jupyter-console==6.4.4
73-
jupyter-core==4.11.1
74-
jupyter_client==7.3.5
75-
jupyterlab-pygments==0.2.2
76-
jupyterlab-widgets==3.0.2
77-
keras==2.11.0
78-
Keras-Preprocessing==1.1.2
79-
kiwisolver==1.4.4
80-
kornia==0.6.0
81-
libclang==14.0.6
82-
lxml==4.9.1
83-
Markdown==3.4.1
84-
MarkupSafe==2.1.1
85-
matplotlib==3.5.3
86-
matplotlib-inline==0.1.6
87-
mistune==2.0.4
88-
multidict==6.0.4
89-
nbclient==0.6.7
90-
nbconvert==7.0.0
91-
nbformat==5.4.0
92-
nest-asyncio==1.5.5
93-
networkx==2.8.5
94-
notebook==6.4.12
95-
numpy==1.23.2
96-
nvidia-cublas-cu11==11.10.3.66
97-
nvidia-cuda-nvrtc-cu11==11.7.99
98-
nvidia-cuda-runtime-cu11==11.7.99
99-
nvidia-cudnn-cu11==8.5.0.96
100-
oauth2client==4.1.3
101-
oauthlib==3.2.0
102-
omegaconf==2.1.1
103-
open-clip-torch==2.0.2
104-
opencv-python==4.6.0.66
105-
opencv-python-headless==4.7.0.72
106-
openpyxl==3.1.1
107-
opt-einsum==3.3.0
108-
ordered-set==4.1.0
109-
packaging==21.3
110-
pandas==1.4.3
111-
pandocfilters==1.5.0
112-
parso==0.8.3
113-
pathtools==0.1.2
114-
pexpect==4.8.0
115-
pickleshare==0.7.5
116-
Pillow==9.2.0
117-
pluggy==1.0.0
118-
prometheus-client==0.14.1
119-
promise==2.3
120-
prompt-toolkit==3.0.30
121-
protobuf==3.19.6
122-
psutil==5.9.1
123-
ptyprocess==0.7.0
124-
pure-eval==0.2.2
125-
py==1.11.0
126-
pyasn1==0.4.8
127-
pyasn1-modules==0.2.8
128-
pycparser==2.21
129-
pyDeprecate==0.3.1
130-
PyDrive2==1.15.1
131-
Pygments==2.13.0
132-
pyOpenSSL==23.0.0
133-
pyparsing==3.0.9
134-
pyrsistent==0.18.1
135-
PySocks==1.7.1
136-
pytest==7.1.3
137-
pytest-xdist==3.0.2
138-
python-dateutil==2.8.2
139-
pytorch-lightning==1.4.2
140-
pytz==2022.2.1
141-
PyWavelets==1.3.0
142-
PyYAML==6.0
143-
pyzmq==23.2.1
144-
qtconsole==5.3.2
145-
QtPy==2.2.0
146-
qudida==0.0.4
147-
regex==2022.10.31
148-
requests==2.28.1
149-
requests-oauthlib==1.3.1
150-
rsa==4.9
151-
scikit-image==0.19.3
152-
scikit-learn==1.1.2
153-
scipy==1.9.0
154-
seaborn==0.11.2
155-
Send2Trash==1.8.0
156-
sentry-sdk==1.9.5
157-
setproctitle==1.3.2
158-
shortuuid==1.0.9
159-
six==1.16.0
160-
sklearn==0.0
161-
smmap==5.0.0
162-
soupsieve==2.3.2.post1
163-
stable-diffusion-sdkit==2.1.4
164-
stack-data==0.5.0
165-
tensorboard==2.11.2
166-
tensorboard-data-server==0.6.1
167-
tensorboard-plugin-wit==1.8.1
168-
tensorflow==2.11.0
169-
tensorflow-estimator==2.11.0
170-
tensorflow-io==0.31.0
171-
tensorflow-io-gcs-filesystem==0.31.0
172-
termcolor==2.0.1
173-
terminado==0.15.0
174-
test-tube==0.7.5
175-
threadpoolctl==3.1.0
176-
tifffile==2022.8.12
177-
timm==0.6.7
178-
tinycss2==1.1.1
179-
tokenizers==0.13.2
180-
tomli==2.0.1
181-
torch==1.13.1
182-
torchmetrics==0.6.0
183-
torchvision==0.14.1
184-
tornado==6.2
185-
tqdm==4.64.0
186-
traitlets==5.3.0
187-
transformers==4.26.1
188-
typing_extensions==4.3.0
189-
uritemplate==4.1.1
190-
urllib3==1.26.11
191-
wandb==0.13.10
192-
watchdog==3.0.0
193-
wcwidth==0.2.5
194-
webencodings==0.5.1
195-
Werkzeug==2.2.2
196-
widgetsnbextension==4.0.2
197-
wrapt==1.14.1
198-
yarl==1.8.2
199-
zipp==3.15.0
200-
pre-commit==4.2.0
1+
# mkdir -p envs && conda create -y --prefix ./envs/stuned_env python==3.10
2+
git+https://github.com/arubique/stnd.git
3+
torch>=1.13.1
4+
deepdiff>=5.8.1
5+
watchdog>=3.0.0
6+
matplotlib>=3.5.3
7+
gdown>=4.5.1
8+
torchvision>=0.14.1
9+
datasets>=3.6.0

0 commit comments

Comments
 (0)