Skip to content

Commit c37b195

Browse files
committed
conda-build linux fix
1 parent 237e489 commit c37b195

File tree

3 files changed

+5921
-7489
lines changed

3 files changed

+5921
-7489
lines changed

conda/meta.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "gaitalytics" %}
2-
{% set version = '0.2.1.post4' %}
2+
{% set version = '0.2.1.post5' %}
33

44

55
package:
@@ -31,21 +31,16 @@ requirements:
3131
- pandas >=1.5
3232
- pyyaml >=6.0.1
3333
- scipy >=1.13
34-
- numpy >=1.23
35-
- xarray >=2024.6.0
3634
- pyomeca >=2021.0
37-
- ezc3d >=1.5.10,*=*python*
3835

3936
test:
4037
source_files:
4138
- tests/
4239
imports:
4340
- gaitalytics
4441
commands:
45-
- pip check
4642
- pytest tests/test_api.py
4743
requires:
48-
- pip
4944
- pytest
5045

5146

0 commit comments

Comments
 (0)