Skip to content

Commit

Permalink
Intro more dep compats.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Nov 2, 2023
1 parent f47e87e commit ee354f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,20 @@ ColorSchemes = "3.5.0"
ColorTypes = "0.9.1, 0.10, 0.11"
Colors = "0.11.2, 0.12"
DataStructures = "0.17, 0.18"
Dates = "1.6"
LinearAlgebra = "1.6"
LRUCache = "1.4"
ManifoldDiff = "0.3.8"
Manifolds = "0.9"
ManifoldsBase = "0.15"
Markdown = "1.6"
PolynomialRoots = "1"
Printf = "1.6"
Random = "1.6"
Requires = "0.5, 1"
Statistics = "1.6"
SparseArrays = "1.6"
Test = "1.6"
julia = "1.6"

[extras]
Expand Down

2 comments on commit ee354f9

@kellertuer
Copy link
Member 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/94615

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.4.41 -m "<description of version>" ee354f95d8c819b2cc757e5fc73c187ea47b6484
git push origin v0.4.41

Please sign in to comment.