environment.yml
bebc2d37
 name: nhl-stats
 channels:
     - default
     - conda-forge
 dependencies:
     - python
     - ipython
     - ipykernel
7754bd0f
     # Interactive Work
d23d7a13
     - jupyter
     - jupytext
e3e1a049
     - jupyterlab
7754bd0f
     # Data Collection
5454fdc0
     - aiofiles
bebc2d37
     - backoff
     - httpx
c0302aae
     - jsonpatch
bebc2d37
     - msgpack-python
7754bd0f
     # Quality of Life
     - crayons
27c45969
     - toolz
bebc2d37
     - tqdm
7754bd0f
     # Dates/Times
     - arrow
     - dateparser
     # Data Science
     - numpy
     - pandas
     - scipy
     - plotnine