Skip to content

Commit

Permalink
Add manifest.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushk4 committed Aug 12, 2019
1 parent 4a79a86 commit ca8a86c
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ license = "MIT"
desc = "Julia package for text analysis"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
Languages = "8ef0a80b-9436-5d2c-a485-80b904378c43"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Languages = "8ef0a80b-9436-5d2c-a485-80b904378c43"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"

[compat]
julia = "1"
Expand Down

0 comments on commit ca8a86c

Please sign in to comment.