shreejan4603 commited on
Commit
61c68f9
·
verified ·
1 Parent(s): 8a8a771

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -6,11 +6,13 @@ pymongo
6
  # AI/ML Libraries
7
  groq
8
  scikit-learn
9
- numpy
 
 
10
  # IBM Watson AI
11
  ibm-watsonx-ai
12
  # Data Processing and Visualization
13
- pandas
14
  plotly
15
  # HTTP Requests
16
  requests
 
6
  # AI/ML Libraries
7
  groq
8
  scikit-learn
9
+ numpy==1.26.4
10
+ pandas==2.2.2
11
+
12
  # IBM Watson AI
13
  ibm-watsonx-ai
14
  # Data Processing and Visualization
15
+
16
  plotly
17
  # HTTP Requests
18
  requests