We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574aeb6 commit f746904Copy full SHA for f746904
1 file changed
SSMProblems/Project.toml
@@ -2,7 +2,9 @@ name = "SSMProblems"
2
uuid = "26aad666-b158-4e64-9d35-0e672562fa48"
3
authors = [
4
"FredericWantiez <frederic.wantiez@gmail.com>",
5
- "THargreaves <tim.hargreaves@icloud.com>"
+ "THargreaves <tim.hargreaves@icloud.com>",
6
+ "Hong Ge",
7
+ "Charles Knipp"
8
]
9
version = "0.5.0"
10
@@ -11,6 +13,14 @@ AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
11
13
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
12
14
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15
16
+[compat]
17
+AbstractMCMC = "5"
18
+Aqua = "0.8"
19
+Distributions = "0.25"
20
+Random = "1"
21
+Test = "1"
22
+julia = "1.6"
23
+
24
[extras]
25
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
26
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments