Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Nov 2, 2023
1 parent 092a401 commit 3621d24
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Mads"
uuid = "d6bdc55b-bd94-5012-933c-1f73fc2ee992"
version = "1.5.4"
version = "1.5.3"

[deps]
AffineInvariantMCMC = "a0f608ac-68d0-5108-ad9a-0cdca73324f3"
Expand Down Expand Up @@ -77,7 +77,9 @@ Conda = "1"
CSV = "0.10, 0.11, 1"
DataFrames = "1"
DataStructures = "0.17, 0.18, 0.19"
Dates = "1"
DelimitedFiles = "1"
Distributed = "1"
Distributions = "0.23, 0.24, 0.25"
DocumentFunction = "1"
Documenter = "0.25, 0.26, 0.27, 1"
Expand All @@ -94,24 +96,35 @@ JLD2 = "0.2, 0.3, 0.4, 0.5, 1"
JSON = "0.21, 0.22"
JuMP = "1"
Kriging = "1"
LsqFit = "0.15"
LightXML = "0.9, 0.10, 1"
LinearAlgebra = "1"
LsqFit = "0.15"
MathOptInterface = "1"
Markdown = "1"
Mmap = "1"
Measures = "0.3.1, 0.4"
MetaProgTools = "1"
NMF = "0.4, 0.5, 1"
Optim = "1"
OrderedCollections = "1.5, 1.6"
OrdinaryDiffEq = "5, 6"
Pkg = "1"
ProgressMeter = "1"
Printf = "1"
PyCall = "1"
PyPlot = "2"
Random = "1"
ReusableFunctions = "1"
RobustPmap = "1"
SVR = "1"
Statistics = "1, 2"
SHA = "1"
SharedArrays = "1"
Sockets = "1"
SparseArrays = "1"
Statistics = "1"
StatsBase = "0.33, 0.34, 0.35, 1"
Suppressor = "0.2, 0.3"
SVR = "1"
Test = "1"
YAML = "0.4.2, 0.5"
XLSX = "0.7, 0.8, 0.9, 0.10, 1"
julia = "1.9"
Expand Down

2 comments on commit 3621d24

@montyvesselinov
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/94641

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 v1.5.3 -m "<description of version>" 3621d24e7ae330083092ba8da8885c0272bef248
git push origin v1.5.3

Please sign in to comment.