File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
name = " DistributedFactorGraphs"
2
2
uuid = " b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
3
- version = " 0.19.2 "
3
+ version = " 0.19.3 "
4
4
5
5
[deps ]
6
6
Base64 = " 2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -25,7 +25,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
25
25
TensorCast = " 02d47bb6-7ce6-556a-be16-bb1710789e2b"
26
26
TimeZones = " f269a46b-ccf7-5d73-abea-4c690281aa53"
27
27
UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
28
- Unmarshal = " cbff2730-442d-58d7-89d1-8e530c41eb02"
29
28
30
29
[compat ]
31
30
Colors = " 0.10, 0.11, 0.12"
@@ -45,7 +44,6 @@ Reexport = "1"
45
44
Requires = " 1"
46
45
TensorCast = " 0.3.3, 0.4"
47
46
TimeZones = " 1.3.1"
48
- Unmarshal = " 0.4"
49
47
julia = " 1.6"
50
48
51
49
[extras ]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ using TimeZones
23
23
using Distributions
24
24
using Reexport
25
25
using JSON
26
- using Unmarshal
26
+ # using Unmarshal
27
27
using JSON2 # JSON2 requires all properties to be in correct sequence, can't guarantee that from DB.
28
28
using JSON3
29
29
using LinearAlgebra
You can’t perform that action at this time.
0 commit comments