ISE / requirements.txt
fikird
Comprehensive dependency fix for sentence-transformers
54a8bbb
raw
history blame
966 Bytes
# Base dependencies
numpy>=1.23.5
scikit-learn>=1.2.2
scipy>=1.10.1
pandas>=2.0.2
tqdm>=4.65.0
Pillow==10.0.0
requests==2.31.0
# PyTorch CPU
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==2.0.1+cpu
torchvision==0.15.2+cpu
torchaudio==2.0.2+cpu
# Transformers and embeddings
transformers==4.31.0
tokenizers==0.13.3
sentence-transformers==2.2.2
huggingface-hub>=0.16.4
# Web interface
gradio==3.40.1
# Search and scraping
duckduckgo-search==3.8.5
beautifulsoup4==4.12.2
lxml==4.9.3
googlesearch-python==1.2.3
waybackpy==3.0.6
google==3.0.0
# LangChain and dependencies
langchain==0.0.335
pydantic==1.10.13
# Browser automation
selenium==4.15.2
webdriver-manager==4.0.1
# Networking and async
aiohttp==3.8.5
httpx==0.24.1
async-timeout==4.0.3
attrs==23.1.0
multidict==6.0.4
yarl==1.9.2
frozenlist==1.4.0
charset-normalizer==3.2.0
idna==3.4
certifi==2023.7.22
urllib3==2.0.4
# Domain info
python-whois==0.8.0
geopy==2.4.1
protobuf==4.25.1