From 51d869f67b52ef7e8c4c40207e45eff3564387de Mon Sep 17 00:00:00 2001 From: Yalin Date: Sat, 20 Apr 2024 08:26:09 -0400 Subject: [PATCH] use the env of qsdedu as the test env --- requirements.txt | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 096cacc..bc6d8e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,36 @@ +# For QSDsan +numpy==1.25.2 +numba==0.58.0 +scipy==1.10.1 +sympy==1.11.1 +pandas==1.5.2 +matplotlib==3.8.0 +seaborn==0.13.0 +chaospy==4.3.12 +pint==0.22 +chemicals==1.1.5 +thermo==0.2.27 +fluids==1.0.25 +biosteam==2.38.3 +thermosteam==0.38.2 +qsdsan==1.3.1 exposan==1.3.2 -country-converter \ No newline at end of file +graphviz==0.20.1 +country-converter==1.2 +fdasrsf==2.3.12 +scikit-fda==0.9 + +# To pull the repo +nbgitpuller + +# To enable slide show +jupyter_contrib_nbextensions==0.7.0 +rise==5.7.1 + +# For the interactive modules +ipywidgets +jupyterlab-widgets +widgetsnbextension + +# Machine learning +xgboost \ No newline at end of file