Skip to content

Commit

Permalink
Python 3.11.11 and FMPy 0.3.22 now with Optlang Version in a proper way
Browse files Browse the repository at this point in the history
  • Loading branch information
janpeter19 committed Feb 15, 2025
1 parent 68b4c93 commit 038f8ac
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions BPL_YEAST_COB_Batch_fmpy_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -505,32 +505,23 @@
{
"cell_type": "code",
"source": [
"!pip show optlang"
"!pip show optlang|grep Version"
],
"metadata": {
"id": "Rsp0QFz7j6BJ",
"outputId": "a37bdb14-61e4-4608-eb08-8e07960f9eb3",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 0
}
},
"outputId": "77b12994-b4cb-469d-8a33-0d4238422fa7"
},
"execution_count": 18,
"execution_count": 23,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Name: optlang\n",
"Version: 1.8.3\n",
"Summary: Formulate optimization problems using sympy expressions and solve them using interfaces to third-party optimization software (e.g. GLPK).\n",
"Home-page: https://github.com/opencobra/optlang\n",
"Author: Nikolaus Sonnenschein\n",
"Author-email: [email protected]\n",
"License: Apache-2.0\n",
"Location: /usr/local/lib/python3.11/dist-packages\n",
"Requires: swiglpk, sympy\n",
"Required-by: \n"
"Version: 1.8.3\n"
]
}
]
Expand All @@ -539,9 +530,9 @@
"cell_type": "code",
"source": [],
"metadata": {
"id": "I5YxY83glJJt"
"id": "DxD3D4-moilC"
},
"execution_count": 17,
"execution_count": null,
"outputs": []
}
],
Expand Down

0 comments on commit 038f8ac

Please sign in to comment.