Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
| 2 |
numpy>=1.24.0
|
|
|
|
| 3 |
matplotlib>=3.7.0
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
tabulate>=0.9.0
|
|
|
|
|
|
| 1 |
+
# K R&D Lab — Learning Playground
|
| 2 |
+
# Author: Oksana Kolisnyk | kosatiks-group.pp.ua
|
| 3 |
+
|
| 4 |
numpy>=1.24.0
|
| 5 |
+
pandas>=2.0.0
|
| 6 |
matplotlib>=3.7.0
|
| 7 |
+
Pillow>=10.0.0
|
| 8 |
+
requests>=2.31.0
|
| 9 |
+
tabulate>=0.9.0
|
| 10 |
+
plotly>=5.18.0
|