added dependency
Browse files- pip_requirements.txt +1 -0
pip_requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
astunparse==1.6.3
|
2 |
numpy==1.26.2
|
3 |
SciPy==1.11.4
|
|
|
4 |
pandas
|
|
|
1 |
astunparse==1.6.3
|
2 |
numpy==1.26.2
|
3 |
SciPy==1.11.4
|
4 |
+
aiflows>=1.1.1
|
5 |
pandas
|