Skip to content

Commit

Permalink
stdlib compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Oct 26, 2023
1 parent 7eb271e commit 9bfb35b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,16 @@ FLoops = "0.2"
ForwardDiff = "0.10.35"
Graphs = "1.8"
KernelDensity = "0.5, 0.6"
LinearAlgebra = "1.7"
NearestNeighbors = "0.4"
PeriodicTable = "1.1"
Random = "1.7"
Reexport = "1"
Requires = "1"
SimpleCrystals = "0.2"
SparseArrays = "1.7"
StaticArrays = "1.5.17"
Statistics = "1.7"
Unitful = "1"
UnitfulAtomic = "1"
UnitfulChainRules = "0.1.2"
Expand Down
4 changes: 4 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Aqua = "0.7"
AtomsBaseTesting = "0.1"
DelimitedFiles = "1.7"
FiniteDifferences = "0.12"
GLMakie = "0.8"
Test = "1.7"

2 comments on commit 9bfb35b

@jgreener64
Copy link
Collaborator 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/94161

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.18.1 -m "<description of version>" 9bfb35b3ea4452ffeb369ef69e19e0d585f6014d
git push origin v0.18.1

Please sign in to comment.