Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
##############################
|
4 |
|
5 |
### logging and basic libraries ###
|
|
|
6 |
numpy~=1.22.3
|
7 |
pandas>=1.4.0
|
8 |
|
|
|
3 |
##############################
|
4 |
|
5 |
### logging and basic libraries ###
|
6 |
+
loguru>=0.5.0
|
7 |
numpy~=1.22.3
|
8 |
pandas>=1.4.0
|
9 |
|