Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autobot-infrastructure/shared/config/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ textstat>=0.7.3
pyautogui==0.9.54
mouseinfo==0.1.3
pillow>=10.0.0
numpy>=1.21.0,<2.0.0
numpy>=1.21.0,<3.0.0
opencv-python>=4.8.0 # Computer vision for GUI automation
pygetwindow>=0.0.9

Expand Down
2 changes: 1 addition & 1 deletion autobot-infrastructure/shared/config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ scipy>=1.11.0 # Scientific computing for audio processing
pyautogui==0.9.54
mouseinfo==0.1.3
pillow>=12.1.1
numpy>=1.21.0,<2.0.0
numpy>=1.21.0,<3.0.0
opencv-python>=4.8.1.78 # Computer vision for GUI automation
pygetwindow>=0.0.9 # Window management

Expand Down
2 changes: 1 addition & 1 deletion requirements-ci/ai-ml.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ openai==2.6.1
tiktoken==0.11.0
transformers==5.3.0
sentence-transformers==5.3.0
numpy==1.26.4
numpy==2.2.6
pillow==12.1.1
2 changes: 1 addition & 1 deletion requirements-ci/document.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Document processing and text extraction
python-docx==1.1.2
pypdf==6.8.0
pypdf==6.9.1
markdown==3.8.2
nltk==3.9.3
beautifulsoup4==4.13.4
Expand Down
Loading