Skip to content

Commit 4dadc34

Browse files
committed
add upper bounds on deps
1 parent 367b61c commit 4dadc34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TextModels"
22
uuid = "77b9cbda-2a23-51df-82a3-24144d1cd378"
33
license = "MIT"
4-
desc = "Julia package for text analysis"
4+
desc = "Practical Neural Network based models for Natural Language Processing"
55
version = "0.1.0"
66

77
[deps]
@@ -28,10 +28,12 @@ BSON = "0.2.5"
2828
DataDeps = "0.7"
2929
DataStructures = "0.17, 0.18"
3030
Flux = "0.9"
31+
JSON = "0.21"
3132
Languages = "0.4"
3233
NNlib = "0.6, 0.7"
3334
StatsBase = "0.33"
3435
TextAnalysis = "0.7"
36+
Tracker = "0.2"
3537
WordTokenizers = "0.5"
3638
julia = "1.3"
3739

0 commit comments

Comments
 (0)