-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python 3.11.11 and FMPy 0.3.22 now with Optlang Version in a proper way
- Loading branch information
1 parent
68b4c93
commit 038f8ac
Showing
1 changed file
with
7 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
] | ||
} | ||
] | ||
|
@@ -539,9 +530,9 @@ | |
"cell_type": "code", | ||
"source": [], | ||
"metadata": { | ||
"id": "I5YxY83glJJt" | ||
"id": "DxD3D4-moilC" | ||
}, | ||
"execution_count": 17, | ||
"execution_count": null, | ||
"outputs": [] | ||
} | ||
], | ||
|