environment.yml 143 B

12345678910
  1. name: pandas-tutorial
  2. channels:
  3. - conda-forge
  4. - defaults
  5. dependencies:
  6. - python=3.7
  7. - pandas=0.23.3
  8. - matplotlib=2.2
  9. - jupyter=1.0