Skip to content

Commit

Permalink
Merge 6e994eb into c547909
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Dec 15, 2019
2 parents c547909 + 6e994eb commit fc16e40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -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)'
Expand Down
10 changes: 9 additions & 1 deletion 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"
Expand All @@ -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.21"
POMDPModelTools = "0.2"
Parameters = "0"
StaticArrays = "0"
StatsBase = "0"
julia = "1"

[extras]
Expand Down

0 comments on commit fc16e40

Please sign in to comment.