Skip to content

Commit 2a6d0b5

Browse files
authored
Sync recipes (0605) (#104)
1 parent 4358079 commit 2a6d0b5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

packages/casadi/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ build:
2020
-fwasm-exceptions
2121
ldflags: |
2222
-fwasm-exceptions
23+
-Wl,-rpath,$ORIGIN
2324
about:
2425
home: http://casadi.org
2526
PyPI: https://pypi.org/project/casadi

packages/rateslib/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package:
22
name: rateslib
3-
version: 1.8.0
3+
version: 2.0.0
44
tag:
55
- rust
66
top-level:
77
- rateslib
88
source:
9-
url: https://files.pythonhosted.org/packages/1d/88/c84622d44cdefeebb46cde6eb6a8ce7505270b4a0ac0ebd705481ef6847e/rateslib-1.8.0.tar.gz
10-
sha256: 095f5e8e100997207061f7716046dc940adcc7056662f1c05bb55e0f8d76d1b4
9+
url: https://files.pythonhosted.org/packages/73/2d/c84687c57d69a212ecdc3d0cbcddb242b300be2e2d01ecb8fd1ca6ba5855/rateslib-2.0.0.tar.gz
10+
sha256: 6778818c677a966dacb5d01a86e05e52bdb54d6e493e8bd460d9529e3b7b0b0e
1111
requirements:
1212
run:
1313
- numpy
@@ -16,7 +16,7 @@ requirements:
1616
executable:
1717
- rustup
1818
about:
19-
home: https://rateslib.readthedocs.io/en/1.8.x/
19+
home: https://rateslib.readthedocs.io/en/2.0.x/
2020
PyPI: https://pypi.org/project/rateslib
2121
summary: A fixed income library for trading interest rates
2222
license: CC-BY-NC-ND-4.0

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pytest
2+
numpy # pytest >= 8.4.0 seems to use numpy in approx
23
pytest-xdist
34
pytest-pyodide==0.58.3
45
pytest-httpserver

0 commit comments

Comments
 (0)