Skip to content

Commit

Permalink
rego failed bcause of new stdlibs requirements,
Browse files Browse the repository at this point in the history
  • Loading branch information
a2ray committed Oct 30, 2023
1 parent 6627ffb commit 3d73f75
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Project.toml
Expand Up @@ -45,7 +45,10 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
Conda = "1.9.1"
CSV = "0.10.9"
DataInterpolations = "3.6.1"
Dates = "1.7"
DelimitedFiles ="1.7"
Distances = "0.10.7"
Distributed = "1.7"
DistributedArrays = "0.6.6"
Distributions = "0.25.58"
FastGaussQuadrature = "0.4.9"
Expand All @@ -58,14 +61,21 @@ Interpolations = "0.14.7"
KernelDensity = "0.6.5"
KernelDensitySJ = "0.2.1"
LazyGrids = "0.5.0"
LinearAlgebra = "1.7"
LinearMaps = "3.5.1"
NearestNeighbors = "0.4.10"
Optim = "1.7.4"
Pkg = "1.7"
PositiveFactorizations = "0.2.4"
Printf = "1.7"
PyPlot = "2.11.1"
PyCall = "1.96.1"
Random = "1.7"
Roots = "2.0.0"
SparseArrays = "1.7"
Statistics = "1.7"
SpecialFunctions = "1.6, 2"
StatsBase = "0.33.16"
Test = "1.7"
WriteVTK = "1.18.0"
julia = "1.7"

2 comments on commit 3d73f75

@a2ray
Copy link
Collaborator Author

@a2ray a2ray commented on 3d73f75 Oct 30, 2023

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/94377

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.3.13 -m "<description of version>" 3d73f7504ccd38f3cc627a745d3de74125f3cea5
git push origin v0.3.13

Please sign in to comment.