Gowtham122 commited on
Commit
83bb059
·
verified ·
1 Parent(s): c8e3a10

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -13,6 +13,8 @@ sentencepiece
13
  # Pydantic for data validation and schema definitions
14
  pydantic==1.10.7
15
 
 
 
16
  # Logging and utilities
17
  loguru==0.7.0 # Optional: For enhanced logging
18
 
 
13
  # Pydantic for data validation and schema definitions
14
  pydantic==1.10.7
15
 
16
+ numpy<2
17
+
18
  # Logging and utilities
19
  loguru==0.7.0 # Optional: For enhanced logging
20