Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Apr 23, 2021
1 parent eeef5dc commit eae2d87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "671d9d50-c343-11e9-1a9c-fdd992682823"
keywords = ["bioequivalence", "mixedmodel"]
desc = "Mixed model solution for replicate designed bioequivalence study."
authors = ["Vladimir Arnautov <[email protected]>"]
version = "1.0.12"
version = "1.0.13"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand All @@ -22,15 +22,15 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"

[compat]
CategoricalArrays = "0.7, 0.8, 0.9"
DataFrames = "0.20, 0.21, 0.22 "
DataFrames = "0.22, 1"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24"
ForwardDiff = "0.10"
LineSearches = "7.0"
Optim = "0.22, 1.0, 1.1, 1.2"
StaticArrays = "0.11, 0.12, 1.0"
StatsBase = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
Optim = "1"
StaticArrays = "0.11, 0.12, 1"
StatsBase = " 0.30, 0.31, 0.32, 0.33"
StatsModels = "0.6"
julia = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5"
julia = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6"

[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
3 changes: 3 additions & 0 deletions chagelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- v1.0.13
* DataFrames 1

- v1.0.12
* bump dependencies
* remove categorical!
Expand Down

0 comments on commit eae2d87

Please sign in to comment.