Skip to content

Commit

Permalink
Update package-versions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XuwenAmyLou authored Jan 22, 2025
1 parent c66270d commit 262589f
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions package-versions.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 262589f

Please sign in to comment.