mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-05 02:25:27 +00:00
fix install setup requirement
This commit is contained in:
parent
cb1a5c90e6
commit
6b69651a21
@ -1,27 +1,27 @@
|
||||
requests==2.31.0
|
||||
colorama==0.4.6
|
||||
python-dotenv==1.0.0
|
||||
playsound==1.3.0
|
||||
soundfile==0.13.1
|
||||
requests>=2.31.0
|
||||
colorama>=0.4.6
|
||||
python-dotenv>=1.0.0
|
||||
playsound>=1.3.0
|
||||
soundfile>=0.13.1
|
||||
transformers>=4.46.3
|
||||
torch>=2.4.1
|
||||
python-dotenv==1.0.0
|
||||
ollama==0.4.7
|
||||
scipy==1.15.1
|
||||
kokoro==0.7.12
|
||||
flask==3.1.0
|
||||
soundfile==0.13.1
|
||||
protobuf==3.20.3
|
||||
termcolor==2.5.0
|
||||
ipython==8.34.0
|
||||
gliclass==0.1.8
|
||||
pyaudio==0.2.14
|
||||
librosa==0.10.2.post1
|
||||
selenium==4.29.0
|
||||
markdownify==1.1.0
|
||||
text2emotion==0.0.5
|
||||
langid==1.1.6
|
||||
chromedriver-autoinstaller==0.6.4
|
||||
python-dotenv>=1.0.0
|
||||
ollama>=0.4.7
|
||||
scipy>=1.15.1
|
||||
kokoro>=0.7.12
|
||||
flask>=3.1.0
|
||||
soundfile>=0.13.1
|
||||
protobuf>=3.20.3
|
||||
termcolor>=2.5.0
|
||||
ipython>=8.34.0
|
||||
gliclass>=0.1.8
|
||||
pyaudio>=0.2.14
|
||||
librosa>=0.10.2.post1
|
||||
selenium>=4.29.0
|
||||
markdownify>=1.1.0
|
||||
text2emotion>=0.0.5
|
||||
langid>=1.1.6
|
||||
chromedriver-autoinstaller>=0.6.4
|
||||
httpx>=0.27,<0.29
|
||||
anyio>=3.5.0,<5
|
||||
distro>=1.7.0,<2
|
||||
|
@ -5,6 +5,8 @@ echo "Starting installation for Linux..."
|
||||
# Update package list
|
||||
sudo apt-get update
|
||||
|
||||
pip install --upgrade pip
|
||||
|
||||
# Install Python dependencies from requirements.txt
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
|
40
setup.py
40
setup.py
@ -15,28 +15,28 @@ setup(
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
"requests==2.31.0",
|
||||
"requests>=2.31.0",
|
||||
"openai",
|
||||
"colorama==0.4.6",
|
||||
"python-dotenv==1.0.0",
|
||||
"playsound==1.3.0",
|
||||
"soundfile==0.13.1",
|
||||
"transformers==4.46.3",
|
||||
"colorama>=0.4.6",
|
||||
"python-dotenv>=1.0.0",
|
||||
"playsound>=1.3.0",
|
||||
"soundfile>=0.13.1",
|
||||
"transformers>=4.46.3",
|
||||
"torch>=2.4.1",
|
||||
"ollama==0.4.7",
|
||||
"scipy==1.15.1",
|
||||
"kokoro==0.7.12",
|
||||
"flask==3.1.0",
|
||||
"protobuf==3.20.3",
|
||||
"termcolor==2.5.0",
|
||||
"gliclass==0.1.8",
|
||||
"ipython==8.34.0",
|
||||
"librosa==0.10.2.post1",
|
||||
"selenium==4.29.0",
|
||||
"markdownify==1.1.0",
|
||||
"text2emotion==0.0.5",
|
||||
"python-dotenv==1.0.0",
|
||||
"langid==1.1.6",
|
||||
"ollama>=0.4.7",
|
||||
"scipy>=1.15.1",
|
||||
"kokoro>=0.7.12",
|
||||
"flask>=3.1.0",
|
||||
"protobuf>=3.20.3",
|
||||
"termcolor>=2.5.0",
|
||||
"gliclass>=0.1.8",
|
||||
"ipython>=8.34.0",
|
||||
"librosa>=0.10.2.post1",
|
||||
"selenium>=4.29.0",
|
||||
"markdownify>=1.1.0",
|
||||
"text2emotion>=0.0.5",
|
||||
"python-dotenv>=1.0.0",
|
||||
"langid>=1.1.6",
|
||||
"httpx>=0.27,<0.29",
|
||||
"anyio>=3.5.0,<5",
|
||||
"distro>=1.7.0,<2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user