From 67fcf94e7fa344d9290d48fc5c4d925e7dfad201 Mon Sep 17 00:00:00 2001 From: Zachary Sunberg Date: Sat, 14 Dec 2019 22:21:18 -0700 Subject: [PATCH 1/2] added compat for all packages --- .travis.yml | 3 +-- Project.toml | 10 +++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0eaf11..5a63a62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,14 +2,13 @@ language: julia julia: - 1.0 - - 1.2 + - 1 os: - linux - osx - windows - # script: # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi # - julia --project --check-bounds=yes -e 'import Pkg; Pkg.build(); Pkg.test("POMDPModels"; coverage=true)' diff --git a/Project.toml b/Project.toml index 8c9a55b..67aee85 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "POMDPModels" uuid = "355abbd5-f08e-5560-ac9e-8b5f2592a0ca" repo = "https://github.com/JuliaPOMDP/POMDPModels.jl" -version = "0.4.0" +version = "0.4.1" [deps] BeliefUpdaters = "8bb6e9a1-7d73-552c-a44a-e5dc5634aac4" @@ -20,6 +20,14 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] POMDPSimulators = "0.3" POMDPs = "0.8.1" +BeliefUpdaters = "0.1" +ColorSchemes = "3" +Compose = "0.7" +Distributions = "0" +POMDPModelTools = "0.2" +Parameters = "0" +StaticArrays = "0" +StatsBase = "0" julia = "1" [extras] From 6e994eb2e9004394e65b4200fdce77b3ed1db5dc Mon Sep 17 00:00:00 2001 From: Zachary Sunberg Date: Sat, 14 Dec 2019 22:36:53 -0700 Subject: [PATCH 2/2] made compat more restrictive --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 67aee85..2f4a470 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ POMDPs = "0.8.1" BeliefUpdaters = "0.1" ColorSchemes = "3" Compose = "0.7" -Distributions = "0" +Distributions = "0.21" POMDPModelTools = "0.2" Parameters = "0" StaticArrays = "0"