We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237e489 commit c37b195Copy full SHA for c37b195
conda/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "gaitalytics" %}
2
-{% set version = '0.2.1.post4' %}
+{% set version = '0.2.1.post5' %}
3
4
5
package:
@@ -31,21 +31,16 @@ requirements:
31
- pandas >=1.5
32
- pyyaml >=6.0.1
33
- scipy >=1.13
34
- - numpy >=1.23
35
- - xarray >=2024.6.0
36
- pyomeca >=2021.0
37
- - ezc3d >=1.5.10,*=*python*
38
39
test:
40
source_files:
41
- tests/
42
imports:
43
- gaitalytics
44
commands:
45
- - pip check
46
- pytest tests/test_api.py
47
requires:
48
- - pip
49
- pytest
50
51
0 commit comments