Skip to content

Commit

Permalink
set compats
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Titov committed Feb 24, 2024
1 parent cc5b955 commit 75d591f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b"

[compat]
julia = "1"
julia = "1.6"
DataFrames = "1.6"
CMAEvolutionStrategy = "0.2.6"
Statistics = "1.11"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makedocs(;
authors="Denis Titov [email protected] and contributors",
sitename="EnzymeFitting.jl",
format=Documenter.HTML(;
canonical="https://Denis-Titov.github.io/EnzymeFitting.jl",
canonical="https://DenisTitovLab.github.io/EnzymeFitting.jl",
edit_link="main",
assets=String[],
),
Expand Down

0 comments on commit 75d591f

Please sign in to comment.