1qwsd commited on
Commit
3b8e47c
·
verified ·
1 Parent(s): 05dfa8e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,9 +1,9 @@
 
1
  playwright==1.41.0
2
- asyncio-contextmanager==1.0.0
3
  pydantic==2.5.3
4
 
5
- # MAYINI Framework
6
- mayini-framework==0.6.4
7
 
8
  # Deep Learning & Vision
9
  torch==2.1.2
 
1
+ # Core dependencies
2
  playwright==1.41.0
 
3
  pydantic==2.5.3
4
 
5
+ # MAYINI Framework (will fallback to NumPy if not available)
6
+ # mayini-framework==0.1.0
7
 
8
  # Deep Learning & Vision
9
  torch==2.1.2