Skip to content

Commit

Permalink
Update to HPO 2024-03-09 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anergictcell committed Mar 9, 2024
1 parent 9b1de03 commit 230abc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hpo"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
authors = ["Jonas Marcello <jonas.marcello@esbme.com>"]
description = "Human Phenotype Ontology Similarity"
Expand All @@ -13,11 +13,11 @@ categories = ["science", "data-structures", "parser-implementations"]


[dependencies]
thiserror = "1.0.37"
aquamarine = "0.1" # used in Docs
thiserror = "1.0"
aquamarine = "0" # used in Docs
statrs = "0.16.0"
tracing = "0.1.37"
smallvec = "1.10.0"
tracing = "0.1"
smallvec = "1"

[dev-dependencies]
rayon = "1.6.0"
Expand Down
Binary file modified tests/ontology.hpo
Binary file not shown.

0 comments on commit 230abc7

Please sign in to comment.