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 8c22d9d commit 89075f5Copy full SHA for 89075f5
1 file changed
recipe/meta.yaml
@@ -1,18 +1,18 @@
1
{% set name = "QuantLib-python" %}
2
-{% set version = "1.36" %}
+{% set version = "1.37" %}
3
4
package:
5
name: {{ name|lower }}
6
version: {{ version }}
7
8
source:
9
url: https://github.com/lballabio/QuantLib-SWIG/releases/download/v{{ version }}/QuantLib-SWIG-{{ version }}.tar.gz
10
- sha256: 8b0d5536701ff1b5752d635c7610e639f4a52de99cd9d91aa01cf9073d80953e
+ sha256: 90b9623d1165ad3f6ae6bfc431ea215d9b8075c3174bcbb628b1dffde40473eb
11
patches:
12
- no-isolation.diff
13
14
build:
15
- number: 3
+ number: 0
16
skip: true # [win and vc<14]
17
18
requirements:
0 commit comments