mirror of
https://github.com/princeton-nlp/tree-of-thought-llm
synced 2024-11-16 05:24:05 +00:00
Merge pull request #7 from bubalazi/local/requirements.txt
Local/requirements.txt
This commit is contained in:
commit
27816eccd5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/*__pycache__/
|
/*__pycache__/
|
||||||
|
.env
|
||||||
*.pyc
|
*.pyc
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
18
requirements.txt
Normal file
18
requirements.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
aiohttp==3.8.4
|
||||||
|
aiosignal==1.3.1
|
||||||
|
async-timeout==4.0.2
|
||||||
|
attrs==23.1.0
|
||||||
|
backoff==2.2.1
|
||||||
|
certifi==2023.5.7
|
||||||
|
charset-normalizer==3.1.0
|
||||||
|
frozenlist==1.3.3
|
||||||
|
idna==3.4
|
||||||
|
mpmath==1.3.0
|
||||||
|
multidict==6.0.4
|
||||||
|
numpy==1.24.3
|
||||||
|
openai==0.27.7
|
||||||
|
requests==2.31.0
|
||||||
|
sympy==1.12
|
||||||
|
tqdm==4.65.0
|
||||||
|
urllib3==2.0.2
|
||||||
|
yarl==1.9.2
|
Loading…
Reference in New Issue
Block a user