euler314 commited on
Commit
84a2619
·
verified ·
1 Parent(s): 99a6084

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- numpy
2
- sympy
3
- streamlit
4
- plotly
5
- scipy
6
- pybind11>=2.6.0
 
 
1
+ streamlit==1.24.0
2
+ numpy==1.23.5
3
+ sympy==1.12
4
+ plotly==5.14.1
5
+ scipy==1.10.1
6
+ pybind11==2.10.4
7
+ setuptools>=42.0.0