Skip to content

Commit

Permalink
conda config modified - conda package manually generated on by one
Browse files Browse the repository at this point in the history
  • Loading branch information
aaa34169 committed Mar 7, 2024
1 parent d8ec52c commit 4d157e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
10 changes: 6 additions & 4 deletions conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
python_version:
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11

# - 3.7
# - 3.8
# - 3.9
# - 3.10
# - 3.11

18 changes: 4 additions & 14 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: "pycgm2"
version: "4.3rc2"
version: "4.3rc3"

about:

Expand All @@ -23,18 +23,8 @@ requirements:
- python={{ python_version }}
- pip
- btk
- {% if python_version == '3.7' %}
opensim=4.4=py37np120
{% elif python_version == '3.8' %}
opensim=4.4=py38np120
{% elif python_version == '3.9' %}
opensim=4.4=py39np120
{% endif %}
{% elif python_version == '3.10' %}
opensim=4.4=py310np121
{% endif %}
{% elif python_version == '3.11' %}
opensim=4.4=py311np123
- {% if python_version == '3.7'%}
opensim
{% endif %}
- scipy
- matplotlib
Expand Down Expand Up @@ -69,7 +59,7 @@ source:
build:
script: pip install .
string: py{{ python_version | replace(".", "") }}
post-link: scripts/post-link.bat
#post-link: scripts/post-link.bat

test:
imports:
Expand Down

0 comments on commit 4d157e6

Please sign in to comment.