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 480bad4 commit 5a23d49Copy full SHA for 5a23d49
1 file changed
recipe/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "QuantLib-python" %}
2
-{% set version = "1.31.1" %}
+{% set version = "1.32" %}
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: 6cc5874e674697c0cf3043e744b9269c8bc1e8b521888a1c9d7a711041c7d959
+ sha256: 9d312ab51ab63b47982e31dc06b6c27224d4f7a7e237f0964225b9c6c6b7d86c
12
13
build:
14
- number: 2
+ number: 0
15
skip: true # [win and vc<14]
16
17
requirements:
0 commit comments