Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 26d4b43

Browse files
authored
Update package_installs.jl
Took some suggestions from the JuliaLang Slack on what packages would be welcome for data analysis. Do let me know if you need help updating the Dockerfile to 0.6.1.
1 parent 9249c7d commit 26d4b43

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

package_installs.jl

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,50 @@
11
metadata_packages = [
22
"BinDeps",
3+
"Bootstrap",
34
"Cairo",
45
"Calculus",
56
"Clustering",
7+
"CSV",
68
"DataArrays",
79
"DataFrames",
810
"DataFramesMeta",
11+
"DataStreams",
912
"Dates",
1013
"DecisionTree",
1114
"Distributions",
1215
"Distances",
16+
"Feather",
17+
"Flux",
1318
"Gadfly",
1419
"GLM",
20+
"GR",
1521
"HDF5",
1622
"HypothesisTests",
1723
"JSON",
24+
"JLD2",
1825
"KernelDensity",
19-
"Lora",
26+
"Klara",
27+
"Mamba",
28+
"ManifoldLearning",
2029
"MLBase",
2130
"MultivariateStats",
2231
"NMF",
32+
"OnlineStats",
2333
"Optim",
34+
"Pandas",
35+
"Plots",
36+
"PyCall",
37+
"PyPlot",
2438
"PDMats",
2539
"RDatasets",
2640
"SQLite",
2741
"StatsBase",
42+
"TensorFlow",
2843
"TextAnalysis",
44+
"TSne",
45+
"Turing",
2946
"TimeSeries",
47+
"Query",
3048
"ZipFile"]
3149

3250

0 commit comments

Comments
 (0)