pyodide/packages/optlang/meta.yaml

26 lines
714 B
YAML
Raw Normal View History

2021-01-10 18:26:38 +00:00
package:
name: optlang
version: 1.6.1
top-level:
- optlang
2021-01-10 18:26:38 +00:00
source:
sha256: 6dbc3b130df78a72333f62e35ac6933b4398424b61cdb07d95f43c0f644ef22e
url: https://files.pythonhosted.org/packages/41/2b/d23e724fbb0fc069df0f225ee65a08f4e81aa087d8ad8b597b69bb182fca/optlang-1.6.1-py2.py3-none-any.whl
2021-01-10 18:26:38 +00:00
requirements:
run:
2022-01-10 19:54:11 +00:00
- sympy
- six
- swiglpk
2021-01-10 18:26:38 +00:00
test:
imports:
2022-01-10 19:54:11 +00:00
- optlang
- optlang.glpk_interface
- optlang.symbolics
about:
home: https://github.com/opencobra/optlang
PyPI: https://pypi.org/project/optlang
summary:
Formulate optimization problems using sympy expressions and solve them
using interfaces to third-party optimization software (e.g. GLPK).
license: Apache-2.0