fix: Update AGENTS.md and requirements.txt to clarify dependency exclusions

This commit is contained in:
Slipstream 2025-06-04 20:14:24 -06:00
parent 9aca8fca44
commit 61ed412745
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD
2 changed files with 5 additions and 5 deletions

View File

@ -6,5 +6,5 @@
- Pytest (pytest -q) won't work in this environment, so don't run it. - Pytest (pytest -q) won't work in this environment, so don't run it.
- For testing you can use `pylint` and `python -m py_compile`. - For testing you can use `pylint` and `python -m py_compile`.
- You are using python 3.11. - You are using python 3.11.
- All pip dependencies are installed in the environment. (Except torch, due to its size.) - All pip dependencies are installed in the environment. (Except packages related to locally running AI, due to their large size.)
- You have the ability to directly push to the git repo over https (url already set). And you should when you finish your task and have tested it. - You have the ability to directly push to the git repo over https (url already set). And you should when you finish your task and have tested it.

View File

@ -18,14 +18,14 @@ google-cloud-aiplatform==1.90.0
GPUtil==1.4.0 GPUtil==1.4.0
gTTS==2.5.4 gTTS==2.5.4
httpx==0.28.1 httpx==0.28.1
huggingface-hub==0.30.2 # huggingface-hub==0.30.2
jsonschema==4.23.0 jsonschema==4.23.0
Markdown==3.8 Markdown==3.8
matplotlib==3.10.1 matplotlib==3.10.1
moviepy==2.1.2 moviepy==2.1.2
nltk==3.9.1 nltk==3.9.1
numpy==1.26.4 numpy==1.26.4
opencv-python==4.11.0.86 # opencv-python==4.11.0.86
pillow==10.4.0 pillow==10.4.0
psutil==7.0.0 psutil==7.0.0
pyadl==0.1 pyadl==0.1
@ -36,12 +36,12 @@ python-dotenv==1.1.0
pyttsx3==2.98 pyttsx3==2.98
redis==6.0.0 redis==6.0.0
requests==2.32.3 requests==2.32.3
sentence-transformers==4.1.0 # sentence-transformers==4.1.0
starlette==0.45.3 starlette==0.45.3
tavily-python==0.7.0 tavily-python==0.7.0
# torch==2.7.0 # torch==2.7.0
tqdm==4.67.1 tqdm==4.67.1
TTS==0.22.0 # TTS==0.22.0
uvicorn==0.34.2 uvicorn==0.34.2
webrtcvad==2.0.10 webrtcvad==2.0.10
WMI==1.4.9 WMI==1.4.9