Skip to content

Commit 40fdbb9

Browse files
authored
Communicate to CondaPkg that we need a julia-compatible open ssl (#523)
version.
1 parent 0a5b25e commit 40fdbb9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CondaPkg.toml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[deps.libstdcxx-ng]
22
version = "<=julia"
33

4+
[deps.openssl]
5+
version = "<=julia"
6+
47
[deps.python]
58
build = "**cpython**"
69
version = ">=3.8,<4"

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ UnsafePointers = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"
1818

1919
[compat]
2020
Aqua = "0 - 999"
21-
CondaPkg = "0.2.21"
21+
CondaPkg = "0.2.23"
2222
Dates = "1"
2323
Libdl = "1"
2424
MacroTools = "0.5"

0 commit comments

Comments
 (0)