Skip to content

Commit

Permalink
Merge pull request #42 from JuliaClimate/fixproject
Browse files Browse the repository at this point in the history
removed dep
  • Loading branch information
Balinus authored Jun 16, 2023
2 parents 0790725 + c3dd92f commit 4c5f7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.5.0"
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
CFTime = "179af706-886a-5703-950a-314cd64e0468"
ClimateBase = "35604d93-0fb8-4872-9436-495b01d137e2"
#ClimateBase = "35604d93-0fb8-4872-9436-495b01d137e2"
ClimateTools = "4f4ee721-4970-5af2-8560-6c1d960e3231"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
CondaBinDeps = "a9693cdc-2bc8-5703-a9cd-1da358117377"
Expand All @@ -25,7 +25,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
AxisArrays = "0.3, 0.4"
BinDeps = "0.4, 0.5, 0.6, 0.7, 0.8, 1"
CFTime = "0.1"
ClimateBase = "0.6"
#ClimateBase = "0.6"
ClimateTools = "0.20, 0.21, 0.22, 0.23, 0.24"
Conda = "1"
CondaBinDeps = "0.1, 0.2"
Expand Down

2 comments on commit 4c5f7e4

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

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.5.0 -m "<description of version>" 4c5f7e4836d7d79364fb5cd77b4743b8f71ba384
git push origin v0.5.0

Please sign in to comment.