From 1fd87cf59f8531d7ba6a2e46d332953946c88ab9 Mon Sep 17 00:00:00 2001 From: Xianda Sun <5433119+sunxd3@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:01:14 +0000 Subject: [PATCH] Remove dependencies associated with the removed `GraphInfo` (#90) --- Project.toml | 6 ++---- test/Project.toml | 4 ---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index 98eb0ed..ba73c43 100644 --- a/Project.toml +++ b/Project.toml @@ -3,19 +3,17 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf" keywords = ["probablistic programming"] license = "MIT" desc = "Common interfaces for probabilistic programming" -version = "0.7" +version = "0.7.1" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46" -SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] AbstractMCMC = "2, 3, 4, 5" DensityInterface = "0.4" -Setfield = "0.8.2, 1" Random = "1.6" -SparseArrays = "1.6" +Setfield = "0.8.2, 1" julia = "~1.6.6, 1.7.3" diff --git a/test/Project.toml b/test/Project.toml index 0770c5c..21903a1 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,16 +1,12 @@ [deps] -Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f" -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46" -SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Distributions = "0.25" Documenter = "0.26.3, 0.27" InvertedIndices = "1" OffsetArrays = "1"