-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3.0.0, using Julia 1.6 and TOML.jl instead of YAML.jl
- Loading branch information
Lawrie
authored and
Lawrie
committed
Feb 10, 2021
1 parent
c206c56
commit de00fd9
Showing
15 changed files
with
316 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
name = "Schemata" | ||
uuid = "b4d66a32-c6c0-5461-b6fa-34bb9cecaf85" | ||
authors = ["Jock Lawrie <[email protected]>"] | ||
version = "2.0.8" | ||
version = "3.0.0" | ||
|
||
[deps] | ||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" | ||
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" | ||
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" | ||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" | ||
|
||
[compat] | ||
CSV = "0.6.2" | ||
CategoricalArrays = "0.8.1" | ||
DataFrames = "0.21.2" | ||
Parsers = "1.0.5" | ||
Tables = "1.0.4" | ||
YAML = "0.4.0" | ||
julia = "1" | ||
CSV = "0.8.3" | ||
CategoricalArrays = "0.9.2" | ||
DataFrames = "0.22.5" | ||
Parsers = "1.0.15" | ||
Tables = "1.3.2" | ||
julia = "1.6" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.