diff --git a/AGENTS.md b/AGENTS.md index 38257f1..e1ce447 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,5 +6,5 @@ - 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`. - 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. diff --git a/requirements.txt b/requirements.txt index 82f62e7..c2182cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,14 +18,14 @@ google-cloud-aiplatform==1.90.0 GPUtil==1.4.0 gTTS==2.5.4 httpx==0.28.1 -huggingface-hub==0.30.2 +# huggingface-hub==0.30.2 jsonschema==4.23.0 Markdown==3.8 matplotlib==3.10.1 moviepy==2.1.2 nltk==3.9.1 numpy==1.26.4 -opencv-python==4.11.0.86 +# opencv-python==4.11.0.86 pillow==10.4.0 psutil==7.0.0 pyadl==0.1 @@ -36,12 +36,12 @@ python-dotenv==1.1.0 pyttsx3==2.98 redis==6.0.0 requests==2.32.3 -sentence-transformers==4.1.0 +# sentence-transformers==4.1.0 starlette==0.45.3 tavily-python==0.7.0 # torch==2.7.0 tqdm==4.67.1 -TTS==0.22.0 +# TTS==0.22.0 uvicorn==0.34.2 webrtcvad==2.0.10 WMI==1.4.9