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
6 changes: 3 additions & 3 deletions opensim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
# NOTE : This is needed to ensure the paths to Simbody's binaries, like
# simbody-visualizer, are corrected.
detect_binary_files_with_prefix: true
string: py{{ CONDA_PY }}np{{ CONDA_NPY }}

requirements:
host:
- openblas # [not win]
Expand All @@ -32,8 +32,8 @@ requirements:
- make # [not win]

run:
- python
- numpy
- python {{ python }}
- numpy {{ numpy }}
- freeglut # [win]
- openblas # [not win]

Expand Down