Spaces:
Runtime error
Runtime error
requirements.txt
Browse files- requirements.txt +13 -12
- requirements_.txt +12 -0
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
jira
|
3 |
-
pandas
|
4 |
-
numpy
|
5 |
-
matplotlib
|
6 |
-
seaborn
|
7 |
-
python-dotenv
|
8 |
-
markdown
|
9 |
-
pathlib
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
1 |
+
gradio==5.19.0
|
2 |
+
jira==3.5.2
|
3 |
+
pandas==2.1.0
|
4 |
+
numpy==1.26.0
|
5 |
+
matplotlib==3.7.2
|
6 |
+
seaborn==0.12.2
|
7 |
+
python-dotenv==1.0.0
|
8 |
+
markdown==3.4.4
|
9 |
+
pathlib==1.0.1
|
10 |
+
websockets==11.0.3
|
11 |
+
google-genai==0.3.0
|
12 |
+
openai==1.12.0
|
13 |
+
httpx==0.27.0
|
requirements_.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=5.19.0
|
2 |
+
jira>=3.5.2
|
3 |
+
pandas>=2.1.0
|
4 |
+
numpy>=1.26.0
|
5 |
+
matplotlib>=3.7.2
|
6 |
+
seaborn>=0.12.2
|
7 |
+
python-dotenv>=1.0.0
|
8 |
+
markdown>=3.4.4
|
9 |
+
pathlib>=1.0.1
|
10 |
+
google-genai>=0.3.2
|
11 |
+
openai>=1.12.0
|
12 |
+
httpx>=0.27.0
|