Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
yorevs committed Nov 8, 2024
1 parent bb91bf6 commit 1302399
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.hspd
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ package: opencv-python, version: 4.10.0.84, mode: eq
package: pyautogui, version: 0.9.54, mode: eq

/* Pre-Trained and AI */
package: torch, version: 2.5.0, mode: eq
package: torchvision, version: 0.20.0, mode: eq
package: torch, version: 2.2.2, mode: ge
package: torchvision, version: 0.17.2, mode: ge
package: open-clip-torch, version 2.28.0, mode: eq
package: opentelemetry-api, version: 1.27.0, mode: eq
package: opentelemetry-sdk, version: 1.27.0, mode: eq
Expand Down
48 changes: 48 additions & 0 deletions src/main/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
###### AUTO-GENERATED Requirements file for: AskAI ######

hspylib>=1.12.51
hspylib-clitt>=0.9.139
hspylib-setman>=0.10.42
retry2==0.9.5
pause==0.3
tqdm==4.66.5
pyperclip==1.9.0
python-magic==0.4.27
pytz==2024.1
transitions==0.9.2
langchain==0.3.4
langchain-openai==0.2.3
langchain-community==0.3.3
langchain-google-community==2.0.1
openai-whisper==20240930
openai==1.52.1
google-api-python-client==2.149.0
fake_useragent==1.5.1
requests==2.32.3
urllib3==2.2.3
protobuf==4.25.4
aiohttp==3.10.5
html2text==2024.2.26
rich==13.8.1
textual==0.80.1
soundfile==0.12.1
PyAudio==0.2.14
SpeechRecognition==3.10.4
opencv-python==4.10.0.84
pyautogui==0.9.54
torch>=2.2.2
torchvision>=0.17.2
open-clip-torch
opentelemetry-api==1.27.0
opentelemetry-sdk==1.27.0
opentelemetry-proto==1.27.0
transformers==4.45.2
unstructured==0.16.0
unstructured[md]==0.16.0
tiktoken==0.8.0
stanza==1.1.1
nltk==3.9.1
faiss-cpu~=1.8.0
chromadb==0.5.5
deepl==1.18.0
argostranslate==1.9.1

0 comments on commit 1302399

Please sign in to comment.