Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Oct 8, 2019
1 parent 6a919fa commit 027e399
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"ml-array-sequential-fill": "^1.1.2",
"ml-array-standard-deviation": "^1.1.2",
"ml-array-variance": "^1.1.2",
"ml-array-xy-centroids-merge": "^1.0.0",
"ml-array-xy-covariance": "^0.1.0",
"ml-array-xy-equally-spaced": "^1.0.0",
"ml-array-xy-filter-x": "1.0.0",
"ml-array-xy-max-merge": "^1.0.0",
"ml-array-xy-max-y": "^1.0.0",
"ml-array-xy-sort-x": "^1.0.0",
"ml-array-xy-weighted-merge": "^1.0.0",
"ml-arrayxy-closestx": "^2.0.0",
"ml-arrayxy-uniquex": "^1.0.0",
"ml-array-xy-centroids-merge": "^1.0.1",
"ml-array-xy-covariance": "^0.2.0",
"ml-array-xy-equally-spaced": "^1.0.1",
"ml-array-xy-filter-x": "1.0.1",
"ml-array-xy-max-merge": "^1.0.1",
"ml-array-xy-max-y": "^1.0.1",
"ml-array-xy-sort-x": "^1.0.1",
"ml-array-xy-weighted-merge": "^1.0.1",
"ml-arrayxy-closestx": "^2.0.1",
"ml-arrayxy-uniquex": "^1.0.1",
"ml-bit-array": "^1.0.0",
"ml-cart": "^2.0.0",
"ml-confusion-matrix": "^0.3.0",
Expand All @@ -71,7 +71,7 @@
"ml-kmeans": "^5.0.0",
"ml-knn": "^3.0.0",
"ml-levenberg-marquardt": "^2.0.0",
"ml-matrix": "^6.4.0",
"ml-matrix": "^6.4.1",
"ml-naivebayes": "^4.0.0",
"ml-pad-array": "^2.0.0",
"ml-pca": "^4.0.0",
Expand All @@ -89,6 +89,6 @@
"devDependencies": {
"cheminfo-build": "^1.0.2",
"esm": "^3.2.25",
"rollup": "^1.20.3"
"rollup": "^1.23.1"
}
}

0 comments on commit 027e399

Please sign in to comment.