Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions packages/pyvrp/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package:
name: pyvrp
version: 0.11.3
top-level:
- pyvrp
source:
url: https://files.pythonhosted.org/packages/source/p/pyvrp/pyvrp-0.11.3.tar.gz
sha256: 3ad5aad85df683b918904bcbec8de94149d3aa9efdc53f94bd46917b0b8dc1f6
requirements:
run:
- numpy
- matplotlib
- tqdm
- tomli
- vrplib
about:
home: https://pyvrp.org/
PyPI: https://pypi.org/project/pyvrp
summary: A state-of-the-art vehicle routing problem solver.
license: MIT
extra:
recipe-maintainers:
- airen1986
Loading