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
2024-02-12 23:31:32 +00:00
version: 1.8.1
top-level:
- optlang
2021-01-10 18:26:38 +00:00
source:
2024-02-12 23:31:32 +00:00
sha256: 18fa6dded1f7650b7a0d14ddf58c66de6847a99a4f27ef7a104a30efcdef1233
url: https://files.pythonhosted.org/packages/f5/8a/754a97b1671de71a145034a847993371ec500881e4bface9bc3900737ff7/optlang-1.8.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