Skip to content

Commit

Permalink
Deps fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zgornel committed Jun 2, 2021
1 parent 9b02241 commit e045d5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 270 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
Manifest.toml
__*
docs/build/
262 changes: 0 additions & 262 deletions Manifest.toml

This file was deleted.

16 changes: 8 additions & 8 deletions Project.toml
@@ -1,7 +1,7 @@
name = "EmbeddingsAnalysis"
uuid = "827a7f00-4ef9-11e9-22c6-8dc9c6ee7bf4"
authors = ["Corneliu Cofaru <cornel@oxoaresearch.com>"]
version = "0.2.0"
version = "0.2.1"

[deps]
ConceptnetNumberbatch = "6bdbf80b-0969-53f9-8443-f41591bd656e"
Expand All @@ -16,13 +16,13 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Word2Vec = "c64b6f0f-98cd-51d1-af78-58ae84944834"

[compat]
ConceptnetNumberbatch = "0.1.5"
Distances = "0.8.2, 1"
Languages = "0.4.2, 1"
MultivariateStats = "0.7.0, 1"
QuantizedArrays = "0.1.3, 1"
StatsBase = "0.32.0, 1"
Word2Vec = "0.5.0, 1"
ConceptnetNumberbatch = "^0.1.5"
Distances = "^0.10"
Languages = "^0.4"
MultivariateStats = "^0.7"
QuantizedArrays = "^0.1.3"
StatsBase = "^0.33"
Word2Vec = "^0.5"
julia = "1"

[extras]
Expand Down

0 comments on commit e045d5c

Please sign in to comment.