Skip to content

Commit

Permalink
Merge #163
Browse files Browse the repository at this point in the history
163: Add Pkg dependency r=ilopezgp a=ilopezgp

# PULL REQUEST

Add Pkg dependency, necessary when using `deps/build.jl`. Follows https://github.com/JuliaClimate/ClimateTools.jl/blob/master/Project.toml#L23 and the error message from the JuliaRegistry.

Co-authored-by: ilopezgp <ilopezgp@gmail.com>
  • Loading branch information
bors[bot] and ilopezgp authored Jun 28, 2022
2 parents c87a9f2 + 46fc908 commit 8dc6659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ EnsembleKalmanProcesses = "aa8a2aa5-91d8-4396-bcef-d4f2ec43552d"
GaussianProcesses = "891a1506-143c-57d2-908e-e1f8e92e6de9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

2 comments on commit 8dc6659

@ilopezgp
Copy link
Contributor

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

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.1.0 -m "<description of version>" 8dc665970373c754e3a67023ab0e970942558ff4
git push origin v0.1.0

Please sign in to comment.