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.
2 parents 0298c3c + 6b910e1 commit 8aa7752Copy full SHA for 8aa7752
1 file changed
recipe/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "spatialmath-python" %}
2
-{% set version = "0.9.2" %}
+{% set version = "0.9.4" %}
3
4
5
package:
@@ -8,7 +8,7 @@ package:
8
9
source:
10
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/spatialmath-python-{{ version }}.tar.gz
11
- sha256: c542aba9ef2dd77f676e62ed5f7d0d658ce7de717baffb6af6e27da705c7d2d0
+ sha256: 447e2334abae061da35051e03f2933085033c36b3a3057f8b61ce7fa05069eb6
12
13
build:
14
number: 0
@@ -26,6 +26,7 @@ requirements:
26
- numpy
27
- python >=3.6
28
- scipy
29
+ - sympy
30
31
test:
32
imports:
0 commit comments