Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
abse4411 committed Apr 5, 2024
1 parent 31e66cc commit 0093b05
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main():
pass


# package cmd: pyinstaller -i imgs/proz_icon_simple.ico -F main.py --copy-metadata tqdm --copy-metadata regex \
# package cmd: pyinstaller -i imgs/proz_icon_simple.ico main.py --copy-metadata tqdm --copy-metadata regex \
# --copy-metadata requests --copy-metadata packaging --copy-metadata filelock --copy-metadata numpy \
# --copy-metadata tokenizers --copy-metadata huggingface-hub --copy-metadata safetensors --copy-metadata accelerate \
# --copy-metadata pyyaml --copy-metadata sentencepiece
Expand Down
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
altgraph==0.17.4
annotated-types==0.6.0
anyio==4.3.0
attrs==23.2.0
blinker==1.7.0
certifi==2024.2.2
Expand All @@ -8,10 +10,13 @@ click==8.1.7
colorama==0.4.6
cryptography==42.0.5
dill==0.3.8
distro==1.9.0
et-xmlfile==1.1.0
exceptiongroup==1.2.0
Flask==3.0.2
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
idna==3.6
importlib-metadata==7.0.1
itsdangerous==2.1.2
Expand All @@ -20,6 +25,7 @@ lxml==5.1.0
MarkupSafe==2.1.5
multiprocess==0.70.16
numpy==1.24.4
openai==1.16.1
openpyxl==3.1.2
outcome==1.3.0.post0
packaging==23.2
Expand All @@ -30,6 +36,8 @@ pox==0.3.4
ppft==1.7.6.8
prettytable==3.8.0
pycparser==2.21
pydantic==2.6.4
pydantic_core==2.16.3
PyExecJS==1.5.1
pyinstaller==6.4.0
pyinstaller-hooks-contrib==2024.1
Expand All @@ -53,6 +61,7 @@ tqdm==4.66.1
translators==5.9.0
trio==0.24.0
trio-websocket==0.11.1
typing_extensions==4.10.0
tzdata==2024.1
urllib3==2.2.1
wcwidth==0.2.13
Expand Down
34 changes: 33 additions & 1 deletion requirements_full.txt
Original file line number Diff line number Diff line change
@@ -1,48 +1,75 @@
accelerate==0.22.0
addict==2.4.0
aiohttp==3.9.3
aiosignal==1.3.1
aliyun-python-sdk-core==2.15.0
aliyun-python-sdk-kms==2.16.2
altgraph==0.17.3
aniso8601==9.0.1
annotated-types==0.6.0
anyio==4.3.0
async-timeout==4.0.3
attrs==23.1.0
blinker==1.7.0
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.2.0
click==8.1.7
colorama==0.4.6
crcmod==1.7
cryptography==42.0.5
datasets==2.18.0
dill==0.3.8
distro==1.9.0
dl-translate==0.3.0
einops==0.7.0
et-xmlfile==1.1.0
exceptiongroup==1.1.3
filelock==3.12.3
Flask==3.0.2
Flask-RESTful==0.3.10
frozenlist==1.4.1
fsspec==2023.9.0
gast==0.5.4
h11==0.14.0
huggingface-hub==0.16.4
httpcore==1.0.5
httpx==0.27.0
huggingface-hub==0.22.2
idna==3.4
importlib-metadata==6.8.0
itsdangerous==2.1.2
Jinja2==3.1.2
jmespath==0.10.0
joblib==1.3.2
lxml==5.1.0
MarkupSafe==2.1.3
modelscope==1.13.3
mpmath==1.3.0
multidict==6.0.5
multiprocess==0.70.16
networkx==3.1
numpy==1.24.4
openai==1.16.2
openpyxl==3.1.2
oss2==2.18.4
outcome==1.2.0
packaging==23.1
pandas==2.0.3
pathos==0.3.2
pefile==2023.2.7
Pillow==9.3.0
platformdirs==4.2.0
pox==0.3.4
ppft==1.7.6.8
prettytable==3.8.0
protobuf==4.24.2
psutil==5.9.5
pyarrow==15.0.2
pyarrow-hotfix==0.6
pycparser==2.21
pycryptodome==3.20.0
pydantic==2.6.4
pydantic_core==2.16.3
PyExecJS==1.5.1
pyinstaller==5.13.2
pyinstaller-hooks-contrib==2023.8
Expand All @@ -64,8 +91,10 @@ regex==2023.8.8
requests==2.31.0
sacremoses==0.0.53
safetensors==0.3.3
scipy==1.10.1
selenium==4.12.0
sentencepiece==0.1.99
simplejson==3.19.2
sip==6.8.3
six==1.16.0
sniffio==1.3.0
Expand All @@ -88,4 +117,7 @@ urllib3==2.0.4
wcwidth==0.2.6
Werkzeug==3.0.1
wsproto==1.2.0
xxhash==3.4.1
yapf==0.40.2
yarl==1.9.4
zipp==3.16.2

0 comments on commit 0093b05

Please sign in to comment.