Skip to content

Commit 02ed765

Browse files
Moving to xad 1.5.2 dependency
1 parent 23b96e4 commit 02ed765

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.github/workflows/quantlib-risks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
CIBW_BEFORE_BUILD_WINDOWS: tools\prebuild_ql-risks.bat
112112
CIBW_BEFORE_BUILD_MACOS: bash ./tools/prebuild_ql-risks.sh
113113
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
114-
CIBW_BEFORE_TEST: pip install pandas numpy matplotlib jinja2 && pip install -i https://test.pypi.org/simple/ xad
114+
CIBW_BEFORE_TEST: pip install pandas numpy matplotlib jinja2
115115
CIBW_TEST_COMMAND_WINDOWS: ${{ github.workspace }}/Python/run_tests.bat
116116
CIBW_TEST_COMMAND_MACOS: bash ${{ github.workspace }}/Python/run_tests.sh
117117
CIBW_TEST_COMMAND_LINUX: bash /host${{ github.workspace }}/Python/run_tests.sh

Python/pyproject.toml.in

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ authors = [
3232
]
3333
readme = "README.md"
3434
homepage = "https://auto-differentiation.github.io"
35-
repository = "https://github.com/auto-differentiation/XAD"
36-
documentation = "https://auto-differentiation.github.io/quantlib"
35+
repository = "https://github.com/auto-differentiation/QuantLib-Risks-Py"
36+
documentation = "https://auto-differentiation.github.io/quantlib-risks"
3737
keywords = [
3838
"automatic-differentiation",
3939
"derivatives",
@@ -76,20 +76,15 @@ exclude = [
7676

7777
[tool.poetry.urls]
7878
download = "https://pypi.org/project/QuantLib-Risks/#files"
79-
tracker = "https://github.com/auto-differentiation/XAD/issues"
79+
tracker = "https://github.com/auto-differentiation/QuantLib-Risks-Py/issues"
8080

8181
[tool.poetry.build]
8282
script = "build_extensions.py"
8383
generate-setup-file = false
8484

85-
[[tool.poetry.source]]
86-
name = "test"
87-
url = "https://test.pypi.org/simple/"
88-
priority = "explicit"
89-
9085
[tool.poetry.dependencies]
9186
python = ">=3.8.1,<4.0"
92-
xad = {version = "1.5.1.4", source = "test-pypi"}
87+
xad = ">=1.5.2"
9388

9489

9590
[build-system]

tools/prebuild_ql-risks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ cd "build/$QL_PRESET"
135135
cmake --build .
136136
cmake --install .
137137

138-
echo "Step 2: Build QuantLib-SWIG"
138+
echo "Step 2: Build Python bindings"
139139
cd "$QLSWIG_DIR"
140140
mkdir -p "build/$QL_PRESET"
141141
cd "build/$QL_PRESET"

0 commit comments

Comments
 (0)