Spaces:
Runtime error
Runtime error
updated requirements
Browse files
[Reference and Explanation Notebook] Calculate Intrinsic Value of a Stock.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
pandas
|
2 |
-
plotly
|
3 |
-
bs4
|
|
|
1 |
+
pandas==1.3.4
|
2 |
+
plotly==5.7.0
|
3 |
+
bs4==0.0.1
|