rmtariq commited on
Commit
e65605b
·
verified ·
1 Parent(s): 4dfba2e

🧪 Add Testing requirements

Browse files
Files changed (1) hide show
  1. requirements_testing.txt +16 -0
requirements_testing.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Requirements for testing the multilingual emotion classifier
2
+ # Install with: pip install -r requirements_testing.txt
3
+
4
+ torch>=1.9.0
5
+ transformers>=4.20.0
6
+ numpy>=1.21.0
7
+ pandas>=1.3.0
8
+ scikit-learn>=1.0.0
9
+
10
+ # Optional: for GPU support
11
+ # torch-audio # Uncomment if needed
12
+ # torchaudio # Uncomment if needed
13
+
14
+ # For development and testing
15
+ pytest>=6.0.0
16
+ pytest-cov>=2.12.0