Skip to content

Commit 1fd87cf

Browse files
authored
Remove dependencies associated with the removed GraphInfo (#90)
1 parent 1f9a9e1 commit 1fd87cf

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
33
keywords = ["probablistic programming"]
44
license = "MIT"
55
desc = "Common interfaces for probabilistic programming"
6-
version = "0.7"
6+
version = "0.7.1"
77

88
[deps]
99
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
1010
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
1111
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1212
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
13-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1413

1514
[compat]
1615
AbstractMCMC = "2, 3, 4, 5"
1716
DensityInterface = "0.4"
18-
Setfield = "0.8.2, 1"
1917
Random = "1.6"
20-
SparseArrays = "1.6"
18+
Setfield = "0.8.2, 1"
2119
julia = "~1.6.6, 1.7.3"

test/Project.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
[deps]
2-
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
32
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
43
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
5-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
64
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
75
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
86
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
9-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
107
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
118

129
[compat]
13-
Distributions = "0.25"
1410
Documenter = "0.26.3, 0.27"
1511
InvertedIndices = "1"
1612
OffsetArrays = "1"

0 commit comments

Comments
 (0)