name: PhoneAddiction channels: - conda-forge dependencies: - python=3.7 - pyyaml # import python packages by naming them as dependencies and potentially specifying version numbers - numpy=1.16.2 - pandas=0.25.0 - matplotlib=3.0.3 - gitpython - termcolor - colorama - jupyter - future - linearmodels - patsy=0.5.1 - stochatreat=0.0.8 - pympler - memory_profiler - dask - openpyxl - requests - pip=19 - r=3.6 - r-yaml # import r packages by prepending with "r-"" - r-haven=2.3.1 - r-tidyverse - r-r.utils - r-plm - r-janitor - r-rio - r-lubridate - r-magrittr - r-stargazer - r-rootSolve - r-rlist - r-ebal - r-latex2exp - r-estimatr # - pip: # if there is a package available via pip but not with conda, can import like this: # - EXAMPLE_PACKAGE