Skip to content

Commit

Permalink
Deps and version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zgornel committed Dec 7, 2023
1 parent ecd5e6f commit 2a02a93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "IVFADC"
uuid = "c28a5fd4-166f-4f83-b04d-195ccdb4ae51"
authors = ["Corneliu Cofaru <cornel@oxoaresearch.com>"]
version = "0.1.3"
version = "0.1.4"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand All @@ -11,12 +11,12 @@ HNSW = "540f64fa-c57e-11e8-081c-41422cda4629"
QuantizedArrays = "a7db621c-8ce0-11e9-16a1-0f86dc86bd10"

[compat]
Clustering = "^0.14"
DataStructures = "^0.17.5"
Clustering = "^0.15"
DataStructures = "^0.18"
Distances = "^0.10"
HNSW = "^0.1"
QuantizedArrays = "^0.1.6"
julia = "1"
julia = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 2a02a93

Please sign in to comment.