GitHub Actions
commited on
Commit
Β·
553ce6a
1
Parent(s):
08938d4
π Auto-deploy from GitHub Actions
Browse filesDeployed 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
- 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
|