Skip to content

Commit fd92c91

Browse files
author
Christopher Doris
committed
add openssl-compat for juliacall using juliapkg 0.1.17
1 parent 7be3398 commit fd92c91

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Operating System :: OS Independent",
1414
]
1515
requires-python = ">=3.8"
16-
dependencies = ["juliapkg ~=0.1.8"]
16+
dependencies = ["juliapkg ~=0.1.17"]
1717

1818
[tool.hatch.build.targets.wheel]
1919
packages = ["pysrc/juliacall"]

pysrc/juliacall/juliapkg-dev.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"version": "=0.9.24",
77
"path": "../..",
88
"dev": true
9+
},
10+
"OpenSSL_jll": {
11+
"uuid": "458c3c95-2e84-50aa-8efc-19380b2a3a95",
12+
"version": "<=python"
913
}
1014
}
1115
}

pysrc/juliacall/juliapkg.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"PythonCall": {
55
"uuid": "6099a3de-0909-46bc-b1f4-468b9a2dfc0d",
66
"version": "=0.9.24"
7+
},
8+
"OpenSSL_jll": {
9+
"uuid": "458c3c95-2e84-50aa-8efc-19380b2a3a95",
10+
"version": "<=python"
711
}
812
}
913
}

0 commit comments

Comments
 (0)