We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ad59b commit 0df1f5fCopy full SHA for 0df1f5f
Project.toml
@@ -1,6 +1,6 @@
1
name = "IJulia"
2
uuid = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
3
-version = "1.20.0"
+version = "1.20.1"
4
5
[deps]
6
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -20,8 +20,9 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
20
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"
21
22
[compat]
23
-Conda = "≥ 0.1.5"
24
-JSON = "≥ 0.17.0"
25
-MbedTLS = "≥ 0.4.3"
26
-ZMQ = "≥ 1.0.0"
27
-julia = "≥ 0.7.0"
+Conda = "1"
+JSON = "0.18,0.19,0.20,0.21"
+MbedTLS = "0.5,0.6,0.7"
+SoftGlobalScope = "1"
+ZMQ = "1"
28
+julia = "0.7,1"
0 commit comments