Skip to content

Commit

Permalink
Update setup-julia-packages.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD authored Jan 23, 2024
1 parent 66df61d commit b0972a5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup-julia-packages.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Pkg.add([
"Roots",
"GLM",
"Flux",
"Knet",
"LIBSVM",
"DecisionTree",
"NearestNeighbors",
Expand All @@ -41,11 +40,7 @@ Pkg.add([
"TensorFlow",
"PlotlyJS",
"ScikitLearn",
"RDatasets",
"PyCall",
"JLD",
"PyCallJLD",
"MLJ"
"RDatasets"
]);
Pkg.precompile();
'
Expand Down

0 comments on commit b0972a5

Please sign in to comment.