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 60032ba commit 4152a38Copy full SHA for 4152a38
1 file changed
recipe/meta.yaml
@@ -1,6 +1,6 @@
1
{% set name = "QuantLib-python" %}
2
-{% set version = "1.26" %}
3
-{% set sha256 = "2c3107329e44a24754f69a9386382ea065f0c8a752865d2a727a235799df8321" %}
+{% set version = "1.27" %}
+{% set sha256 = "f6c9b67108754e06dd16c0add149894cdcf331e1d73919d47afaf488a21c2c53" %}
4
5
package:
6
name: {{ name|lower }}
@@ -12,7 +12,7 @@ source:
12
sha256: {{ sha256 }}
13
14
build:
15
- number: 2
+ number: 0
16
skip: true # [win]
17
18
requirements:
0 commit comments