Skip to content

Commit

Permalink
finally adding back restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Apr 22, 2021
1 parent 531f24a commit 5b0c46f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ JLD2 = "0.2, 0.3, 0.4"
LsqFit = "0.11, 0.12"
MultivariateStats = "0.7, 0.8"
NaNMath = "0.3"
Optim = "0.22,1.0"
Optim = "1"
PDMats = "0.10, 0.11"
Polynomials = "1, 1.1, 2"
ProgressMeter = "1.4"
QuadGK = "2.4"
Query = "1.0"
RvSpectMLBase = "0.2"
Scalpels = "0.1"
SpecialFunctions = "0.10, 1.0, 1.1"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 1"
SpecialFunctions = "1.0, 1.1"
StaticArrays = "1"
StatsBase = "0.33"
Stheno = "0.6"
TemporalGPs = "0.3, 0.4, 0.5"
Expand Down

2 comments on commit 5b0c46f

@eford
Copy link
Member Author

@eford eford commented on 5b0c46f Apr 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register
Release Notes:

  • Updates for v0.2
  • NEID solar support
  • Removed AstroLib to fix compat issues

@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 created: JuliaRegistries/General/34946

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.2.0 -m "<description of version>" 5b0c46f5636449cf1f5d5568ca4d8d7c0907fbb7
git push origin v0.2.0

Please sign in to comment.