Skip to content

Commit

Permalink
Using test-pypy's xad 1.5.1.1 to check if it resolves the segfault issue
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-differentiation-dev committed Apr 4, 2024
1 parent 428f38c commit 0ab02c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Python/pyproject.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,14 @@ tracker = "https://github.com/auto-differentiation/XAD/issues"
script = "build_extensions.py"
generate-setup-file = false

[[tool.poetry.source]]
name = "test"
url = "https://test.pypi.org/simple/"
priority = "explicit"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
xad = ">=1.5.1"
xad = {version = "1.5.1.1", source = "test-pypi"}


[build-system]
Expand Down

0 comments on commit 0ab02c3

Please sign in to comment.