Skip to content

Commit

Permalink
Update deps (#148)
Browse files Browse the repository at this point in the history
* Add `test/Project.toml`

* Bump version for MLJModelInterface

* Be less restrictive

* Undo separating test Project.toml
  • Loading branch information
mtsch authored Apr 26, 2021
1 parent 62a369c commit edba1f5
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
@@ -1,7 +1,7 @@
name = "Ripserer"
uuid = "aa79e827-bd0b-42a8-9f10-2b302677a641"
authors = ["mtsch <[email protected]>"]
version = "0.16.6"
version = "0.16.7"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -26,7 +26,7 @@ DataStructures = "0.17, 0.18"
Distances = "0.8, 0.9, 0.10"
IterTools = "1"
LightGraphs = "1.3.3"
MLJModelInterface = "^0.3.5, 0.4"
MLJModelInterface = "^0.3.5, 0.4, 1"
MiniQhull = "0.2, 0.3"
PersistenceDiagrams = "0.9"
ProgressMeter = "1"
Expand Down

2 comments on commit edba1f5

@mtsch
Copy link
Owner Author

@mtsch mtsch commented on edba1f5 Apr 26, 2021

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

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.16.7 -m "<description of version>" edba1f5b484677c8c94f9555aa59fc74b5712d9c
git push origin v0.16.7

Please sign in to comment.