We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd5e6f commit 2a02a93Copy full SHA for 2a02a93
Project.toml
@@ -1,7 +1,7 @@
1
name = "IVFADC"
2
uuid = "c28a5fd4-166f-4f83-b04d-195ccdb4ae51"
3
authors = ["Corneliu Cofaru <[email protected]>"]
4
-version = "0.1.3"
+version = "0.1.4"
5
6
[deps]
7
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
@@ -11,12 +11,12 @@ HNSW = "540f64fa-c57e-11e8-081c-41422cda4629"
11
QuantizedArrays = "a7db621c-8ce0-11e9-16a1-0f86dc86bd10"
12
13
[compat]
14
-Clustering = "^0.14"
15
-DataStructures = "^0.17.5"
+Clustering = "^0.15"
+DataStructures = "^0.18"
16
Distances = "^0.10"
17
HNSW = "^0.1"
18
QuantizedArrays = "^0.1.6"
19
-julia = "1"
+julia = "1.9"
20
21
[extras]
22
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments