Skip to content

Commit

Permalink
switched to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed May 31, 2019
1 parent 185c145 commit ab1cc97
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
24 changes: 24 additions & 0 deletions Project.toml
@@ -0,0 +1,24 @@
name = "POMDPPolicies"
uuid = "182e52fb-cfd0-5e46-8c26-fd0667c990f4"
version = "0.1.4"

[deps]
BeliefUpdaters = "8bb6e9a1-7d73-552c-a44a-e5dc5634aac4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
POMDPModelTools = "08074719-1b2a-587c-a292-00f91cc44415"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
julia = "≥ 0.7.0"

[extras]
POMDPModels = "355abbd5-f08e-5560-ac9e-8b5f2592a0ca"
POMDPSimulators = "e0d0a172-29c6-5d4e-96d0-f262df5d01fd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Random", "POMDPSimulators", "POMDPModels"]
5 changes: 0 additions & 5 deletions REQUIRE

This file was deleted.

2 changes: 0 additions & 2 deletions test/REQUIRE

This file was deleted.

2 comments on commit ab1cc97

@zsunberg
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/1098

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.4 -m "<description of version>" ab1cc9773453891d80e66b6270baaae24bc78072
git push origin v0.1.4

Please sign in to comment.