Skip to content

Commit

Permalink
Project.toml: reduced versions requirements. Updated project version …
Browse files Browse the repository at this point in the history
…to 0.8
  • Loading branch information
rssdev10 committed Oct 26, 2023
1 parent 5778129 commit 0f4ed71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "TextAnalysis"
uuid = "a2db99b7-8b79-58f8-94bf-bbc811eef33d"
license = "MIT"
desc = "Julia package for text analysis"
version = "0.7.5"
version = "0.8.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -29,12 +29,12 @@ DelimitedFiles = "1"
DocStringExtensions = "0.9"
JSON = "0.21"
Languages = "0.4"
ProgressMeter = "1.5"
ProgressMeter = "1"
Snowball = "0.1"
StatsBase = "0.32,0.33, 0.34"
Tables = "1.2"
StatsBase = "0.32, 0.33, 0.34"
Tables = "1"
WordTokenizers = "0.5"
julia = "1.3"
julia = "1.6"

[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down

0 comments on commit 0f4ed71

Please sign in to comment.