Skip to content

Commit

Permalink
Fix compat numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
voduchuy committed Oct 28, 2023
1 parent ca36744 commit 57c7770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ BenchmarkTools = "1"
Catalyst = "13"
DataStructures = "0.18"
DifferentialEquations = "7,8"
DocStringExtensions = "0,1"
DocStringExtensions = "0"
ForwardDiff = "0.10,1"
LinearAlgebra = "1"
ModelingToolkit = "8"
Printf = "1"
ReusePatterns = "0.3"
SciMLBase = "1,2"
SparseArrays = "1"
StaticArrays = "1.6,2"
Sundials = "4"
Symbolics = "5"
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Documenter, NumCME

makedocs(sitename="𝕹𝖚𝖒ℂ𝕄𝔼",
makedocs(sitename="NumCME",
authors="Huy Vo",
doctest=false,
clean=true,
Expand Down

2 comments on commit 57c7770

@voduchuy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94308

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.4 -m "<description of version>" 57c7770808203995d762851744ac7c7c27205d36
git push origin v0.1.4

Please sign in to comment.