Skip to content

Commit 443b653

Browse files
authored
Merge pull request #101 from jmejia8/develop
fixed stale dependencies
2 parents 2e2802f + f67b8dd commit 443b653

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Project.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Metaheuristics"
22
uuid = "bcdb8e00-2c21-11e9-3065-2b553b22f898"
33
authors = ["Jesus Mejia <jesusmejded@gmail.com>"]
4-
version = "3.3.3"
4+
version = "3.3.4"
55

66
[deps]
77
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
@@ -17,12 +17,21 @@ SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
1717
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1818

1919
[compat]
20+
Aqua = "^0.8"
2021
Distances = "^0.10.7"
2122
JMcDM = "^0.7.1"
23+
LinearAlgebra = "1"
24+
Pkg = "1"
25+
Printf = "1"
26+
Random = "1"
2227
Reexport = "^1"
2328
Requires = "1"
29+
Statistics = "1"
2430
SearchSpaces = "^0.2"
2531
SnoopPrecompile = "1"
32+
Test = "1"
33+
UnicodePlots = "2.6, 3"
34+
2635
julia = "^1.7"
2736

2837
[extras]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,5 @@ in your scientific paper if you use `Metaheristics.jl`.
164164
## Contributing
165165

166166

167-
Please, be free to send me your PR, issue or any comment about this package for Julia.
167+
Please feel free to send me your PR, issue or any comment about this package for Julia.
168168

0 commit comments

Comments
 (0)