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 de3ba01 + 7a4538e commit 39f45e0Copy full SHA for 39f45e0
1 file changed
recipe/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "QuantLib-python" %}
2
-{% set version = "1.33" %}
+{% set version = "1.34" %}
3
4
package:
5
name: {{ name|lower }}
@@ -8,10 +8,10 @@ package:
8
source:
9
fn: {{ name }}-{{ version }}.tar.gz
10
url: https://github.com/lballabio/QuantLib-SWIG/releases/download/v{{ version }}/QuantLib-SWIG-{{ version }}.tar.gz
11
- sha256: d5248ed4f50be9f1ac0bab7dd876010725a8230e94e6a7b1305623d9ee574e47
+ sha256: 56c2b65458ef2823c4cf18c5435ab72e8f74ead9c4d85e2bc2a0b30747719fd8
12
13
build:
14
- number: 1
+ number: 0
15
skip: true # [win and vc<14]
16
17
requirements:
0 commit comments