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 7ef24ce commit 72bae01Copy full SHA for 72bae01
1 file changed
recipe/meta.yaml
@@ -1,6 +1,6 @@
1
{% set name = "QuantLib-python" %}
2
-{% set version = "1.29" %}
3
-{% set sha256 = "1671fcd0c49363e38c3a69184b6938fa0df8718489ff6b07503dc056b0e2d10a" %}
+{% set version = "1.30" %}
+{% set sha256 = "a89e2d198818f83df758ba90ccc742853a14c75afb0b109ff1746c297099bd2a" %}
4
5
package:
6
name: {{ name|lower }}
@@ -12,7 +12,7 @@ source:
12
sha256: {{ sha256 }}
13
14
build:
15
- number: 3
+ number: 0
16
skip: true # [win and vc<14]
17
18
requirements:
0 commit comments