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
2023-09-02 09:53:56 +00:00
version: 1.7.0
top-level:
- optlang
2021-01-10 18:26:38 +00:00
source:
2023-09-02 09:53:56 +00:00
sha256: ecbfed59858ded0bb5d35a79a505386530c0385f1553338b820609a6fd9d9d1b
url: https://files.pythonhosted.org/packages/37/0d/896dc051ba71a913edf59b8bc8bc62a6e8d72a0625bed67944c04f60874b/optlang-1.7.0-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