From 262589fbf83f5161a84d103b605632603feb8632 Mon Sep 17 00:00:00 2001 From: "Xuwen(Amy) Lou" Date: Wed, 22 Jan 2025 11:13:21 -0800 Subject: [PATCH] Update package-versions.md --- package-versions.md | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/package-versions.md b/package-versions.md index 40fc86b..99339d3 100644 --- a/package-versions.md +++ b/package-versions.md @@ -1,8 +1,20 @@ -For future TAs, MASSpy is known to work with: -- cobra 0.23.0 -- libroadrunner 2.1.1 -- notebook 7.0.6 -- numpy 1.22.1 -- optlang 1.8.1 -- pandas 1.5.3 -- sympy 1.12 +For future TAs, MASSpy 0.1.7 should be installed with python ~3.9 and the following dependencies: +cobra==0.23.0 +libroadrunner==2.2.2 +matplotlib==3.6.2 +notebook==6.5.2 +numpy==1.23.5 +optlang==1.6.1 +pandas==1.5.2 +pip==22.2.2 +scipy==1.9.3 +setuptools==65.5.0 +six==1.16.0 +sympy==1.11.1 +tabulate==0.9.0 +wheel==0.37.1 + +*additional requirement: +libncurses5-dev libncursesw5-dev libncurses5 (can be found in universe repo) +(add-apt-repository -y universe && \ + apt-get -y install libncurses5-dev libncursesw5-dev libncurses5)