GitHub Actions commited on
Commit
553ce6a
Β·
1 Parent(s): 08938d4

πŸš€ Auto-deploy from GitHub Actions

Browse files

Deployed from: bpmbox/AUTOCREATE
Commit: 0ce822426d7bd9c18e64832ebe6d676af1ed63de
Branch: main
Workflow: πŸš€ Deploy to Hugging Face Space

Updated files:
- System workflow analysis notebook
- Core Python modules
- Controllers and routers
- Documentation and configs

Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt CHANGED
@@ -31,6 +31,10 @@ json5>=0.9.0
31
  # System monitoring
32
  psutil>=5.9.0
33
 
 
 
 
 
34
  # Machine Learning
35
  torch>=2.0.0
36
  torchvision>=0.15.0
 
31
  # System monitoring
32
  psutil>=5.9.0
33
 
34
+ # Automation and GUI
35
+ pyautogui>=0.9.54
36
+ pyperclip>=1.8.2
37
+
38
  # Machine Learning
39
  torch>=2.0.0
40
  torchvision>=0.15.0