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 803a280 commit 1206b2b
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 @@ -70,20 +70,24 @@ Interpolations = "0.12, 0.13, 0.14"
JLD = "0.10, 0.11, 0.12, 0.13, 0.14, 1"
JLD2 = "0.2, 0.3, 0.4, 0.5, 1"
JuMP = "0.21, 0.22, 0.23, 1"
LinearAlgebra = "1"
Mads = "1"
Measures = "0.3, 0.4"
MultivariateStats = "0.8, 0.9, 0.10, 0.11"
NLopt = "0.6, 0.7, 1"
NMF = "0.4, 0.5, 0.6, 1"
Pkg = "1"
Plotly = "0.3, 0.4"
PlotlyJS = "0.14, 0.15, 0.16, 0.17, 0.18"
Printf = "1"
PyCall = "1"
PyPlot = "2"
Random = "1"
ReusableFunctions = "1"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34, 1"
Suppressor = "0.2, 0.3"
Test = "1"
VegaDatasets = "2"
VegaLite = "2, 3"
julia = "1.7"
Expand Down

2 comments on commit 1206b2b

@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/94668

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.2.16 -m "<description of version>" 1206b2be345f580f30228d181238924a4a68b718
git push origin v1.2.16

Please sign in to comment.