File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ authors = [
3232]
3333readme = "README.md"
3434homepage = "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 "
3737keywords = [
3838 "automatic-differentiation",
3939 "derivatives",
@@ -76,20 +76,15 @@ exclude = [
7676
7777[tool.poetry.urls]
7878download = "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]
8282script = "build_extensions.py"
8383generate-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]
9186python = ">=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]
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ cd "build/$QL_PRESET"
135135cmake --build .
136136cmake --install .
137137
138- echo " Step 2: Build QuantLib-SWIG "
138+ echo " Step 2: Build Python bindings "
139139cd " $QLSWIG_DIR "
140140mkdir -p " build/$QL_PRESET "
141141cd " build/$QL_PRESET "
You can’t perform that action at this time.
0 commit comments