Skip to content

Commit

Permalink
automatic sync with METADATA
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Feb 17, 2019
1 parent 9df7e2c commit c06483a
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 10 deletions.
2 changes: 1 addition & 1 deletion A/ASE/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
["0.1"]
JuLIP = "0.4"
JuLIP = "0.4-0.6"
NeighbourLists = "0.1-0.3"
Parameters = "0.0-0.10"
PyCall = "0.0-1.18"
Expand Down
2 changes: 1 addition & 1 deletion E/ExcelDataStreams/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
DataFrames = "0.1-0.17"
DataStreams = "0.0-0.4"
Documenter = "0.1-0.19"
Taro = "0.1-0.6"
Taro = "0.1-0.7"
julia = "0.6-0.7"
23 changes: 18 additions & 5 deletions J/JuLIP/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ julia = "0.5-0.7"
PyAMG = "0.0-0.2"
PyCall = "0.0-1.18"

["0.0-0.4"]
["0.0-0.4.0"]
Calculus = "0.1-0.4"

["0.0-0.6"]
FunctionWrappers = "0.0-1.0"
JSON = "0.1-0.20"
Reexport = "0.0-0.2"
StaticArrays = "0.0-0.10"

["0.0-0.4.0"]
Calculus = "0.1-0.4"

["0.1"]
Dierckx = "0.1-0.4"
Optim = "0.7.5-0.17"
Expand Down Expand Up @@ -46,10 +46,23 @@ julia = "0.6"
["0.4"]
AMG = "0.0-0.1"
Dierckx = "0.3"
MacroTools = "0.1-0.4"
NeighbourLists = "0.2-0.3"
Optim = "0.14-0.17"

["0.4-0.6"]
MacroTools = "0.1-0.4"
Parameters = "0.0-0.10"

["0.4.1-0.4.2"]
Calculus = "0.2"

["0.6"]
AlgebraicMultigrid = "0.2"
Calculus = "0.1-0.4"
CommonSubexpressions = "0.0-0.2"
Dierckx = "0.1-0.4"
ForwardDiff = "0.0-0.10"
LineSearches = "0.0-7.0"
NeighbourLists = "0.3"
Optim = "0.1-0.17"
julia = "0.7-1.2"
19 changes: 16 additions & 3 deletions J/JuLIP/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PyAMG = "80c87078-a4c8-5101-a93a-266e81f0cc5f"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"

["0.0-0.4"]
["0.0-0.6"]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand All @@ -13,17 +13,30 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
["0.1-0.2"]
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"

["0.1-0.4"]
["0.1-0.6"]
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"

["0.1.1-0.2"]
PositiveFactorizations = "85a6dd25-e78a-55b7-8502-1745935b8125"

["0.1.1-0.4"]
["0.1.1-0.6"]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

["0.4"]
AMG = "535d4fb6-d431-5a58-8b37-282db8e447d6"

["0.4-0.6"]
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
NeighbourLists = "2fcf5ba9-9ed4-57cf-b73f-ff513e316b9c"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"

["0.6"]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
CommonSubexpressions = "bbf7d656-a473-5ed7-a52c-81e309532950"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3 changes: 3 additions & 0 deletions J/JuLIP/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ git-tree-sha1 = "7e610c01291f8fe32a51f70325a95cd883262e4f"

["0.4.2"]
git-tree-sha1 = "a6c13b9061d4c2a1b235b43e095db9d16feddc42"

["0.6.0"]
git-tree-sha1 = "9c140e5bb37c668a1486be4784f918b9343d7dc8"
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ some amount of consideration when choosing package names.
13072b0f-2c55-5437-9ae7-d433b7a33950 = { name = "AxisAlgorithms", path = "A/AxisAlgorithms" }
1313f7d8-7da2-5740-9ea0-a2ca25f37964 = { name = "DataFramesMeta", path = "D/DataFramesMeta" }
133c4774-c510-5f25-b650-129312f89f69 = { name = "Jackknife", path = "J/Jackknife" }
135379e1-83be-5ae7-9e8e-29dade3dc6c7 = { name = "StratiGraphics", path = "S/StratiGraphics" }
1375f997-1772-542d-b6fa-a8ee39124556 = { name = "CompEcon", path = "C/CompEcon" }
138f1668-1576-5ad7-91b9-7425abbf3153 = { name = "IntervalConstraintProgramming", path = "I/IntervalConstraintProgramming" }
13907d55-377f-55d6-a9d6-25ac19e11b95 = { name = "HaltonSequences", path = "H/HaltonSequences" }
Expand Down
6 changes: 6 additions & 0 deletions S/StratiGraphics/Compat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
["0.0"]
Distributions = "0.16.4"
GeoStatsBase = "0.3.3-0.3.4"
GeoStatsDevTools = "0.3.7-0.3.8"
RecipesBase = "0.6"
julia = "1.1-1.2"
8 changes: 8 additions & 0 deletions S/StratiGraphics/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
["0.0"]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2"
GeoStatsDevTools = "19e549d1-356f-5655-9f3d-c1d6136da705"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3 changes: 3 additions & 0 deletions S/StratiGraphics/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "StratiGraphics"
uuid = "135379e1-83be-5ae7-9e8e-29dade3dc6c7"
repo = "https://github.com/juliohm/StratiGraphics.jl.git"
2 changes: 2 additions & 0 deletions S/StratiGraphics/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.0.1"]
git-tree-sha1 = "ed753756d8408a012b0efe6b8df0e74cfc3265f8"
5 changes: 5 additions & 0 deletions T/Taro/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ DataArrays = "0.7"
DataFrames = "0.11.5-0.17"
JavaCall = "0.5.2-0.7"
julia = "0.6-0.7"

["0.7"]
JavaCall = "0.1-0.7"
Tables = "0.1"
julia = "0.7-1.2"
7 changes: 7 additions & 0 deletions T/Taro/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
["0.1-0.6"]
DataArrays = "0fe7c1db-08c2-54a3-a222-6d1d3b7a471a"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

["0.1-0.7"]
JavaCall = "494afd89-becb-516b-aafa-70d2670c0337"

["0.2.1-0.5"]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

["0.7"]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3 changes: 3 additions & 0 deletions T/Taro/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ git-tree-sha1 = "9941f0e532c68220ef616ffc8fe9877c34c7469c"

["0.6.0"]
git-tree-sha1 = "1921ff1110c718cdf8d8f98c06dec8a074f8303f"

["0.7.0"]
git-tree-sha1 = "e2be0f81a50bbad6dda2eb5cf26ef89572c296ee"

0 comments on commit c06483a

Please sign in to comment.