Skip to content

Commit

Permalink
add back requirements for mpa2065
Browse files Browse the repository at this point in the history
 - fixes #100
  • Loading branch information
anna-murphy committed Aug 5, 2024
1 parent 70c04ea commit 070bdd3
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 83 deletions.
12 changes: 0 additions & 12 deletions requirements/classes/mpa2065/requirements-future.jl

This file was deleted.

70 changes: 0 additions & 70 deletions requirements/classes/mpa2065/requirements-future.txt

This file was deleted.

9 changes: 9 additions & 0 deletions requirements/classes/mpa2065/requirements.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
const julia_packages = [
"IJulia", # DO NOT REMOVE
# add class specific classes here:
"CSV",
"DataFrames",
"DecisionTree",
"Primes",
"StatsBase",
"MLJ",
"Plots",
"Grisu"
]
69 changes: 68 additions & 1 deletion requirements/classes/mpa2065/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,70 @@
# add class-specific packages here:

# these are the scipy base packages ( YOU PROBABLY DON'T WANT TO REMOVE THESE )
dask
pandas
numexpr
matplotlib
scipy
seaborn
scikit-learn
scikit-image
sympy
cython
patsy
statsmodels
cloudpickle
dill
numba
bokeh
sqlalchemy
hdf5
vincent
beautifulsoup4
protobuf
xlrd
bottleneck
pytables

# these are the base r packages in the r-notebook image ( YOU PROBABLY WANT THESE IF YOUR TARGET IN DOCKER IS r_lang OR r_julia )
# https://stat.ethz.ch/R-manual/R-devel/library/base/html/00Index.html
r-base=4.2.*
# https://github.com/topepo/caret/releases/tag/v6.0-93
r-caret=6.*
# https://cran.r-project.org/web/packages/crayon/index.html
r-crayon=1.*
# https://cran.r-project.org/web/packages/devtools/index.html
r-devtools=2.*
# https://cran.r-project.org/web/packages/forecast/index.html
r-forecast=8.*
# https://cran.r-project.org/web/packages/hexbin/index.html
r-hexbin=1.*
# https://cran.r-project.org/web/packages/htmltools/index.html
r-htmltools=0.*
# https://cran.r-project.org/web/packages/htmlwidgets/index.html
r-htmlwidgets=1.*
# https://github.com/IRkernel/IRkernel/releases/tag/1.3.2
r-irkernel=1.*
# https://cran.r-project.org/web/packages/nycflights13/index.html
r-nycflights13=1.*
# https://cran.r-project.org/web/packages/randomForest/index.html
r-randomforest=4.*
# https://cran.r-project.org/web/packages/RCurl/index.html
r-rcurl=1.98*
# https://cran.r-project.org/web/packages/rmarkdown/index.html
r-rmarkdown=2.*
# https://cran.r-project.org/web/packages/odbc/index.html
r-rodbc=1.*
# https://cran.r-project.org/web/packages/RSQLite/index.html
r-rsqlite=2.*
# https://cran.r-project.org/web/packages/shiny/index.html
r-shiny=1.*
# https://cran.r-project.org/web/packages/tidyverse/index.html
r-tidyverse
unixodbc=2.*
# https://cran.r-project.org/web/packages/tidymodels/index.html
r-tidymodels=1.*

# required for environment and plugins ( DO NOT REMOVE THESE!!! )
ipython
ipykernel
ipykernel

0 comments on commit 070bdd3

Please sign in to comment.