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 5514b7f commit d4a249cCopy full SHA for d4a249c
recipe/meta.yaml
@@ -1,18 +1,18 @@
1
{% set name = "QuantLib-python" %}
2
-{% set version = "1.39" %}
+{% set version = "1.40" %}
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: 8158fb402912fa2f1485a27cd2513e6766efa598a793daafe135ec76faef0969
+ sha256: 768bc34191b67128c1bd01a01824e701e050130bf7232c77bf8a5129c3455a5e
11
patches:
12
- no-isolation.diff
13
14
build:
15
- number: 2
+ number: 0
16
skip: true # [win and vc<14]
17
18
requirements:
0 commit comments