environment.yml 160 B

1234567891011
  1. name: pandas-tutorial
  2. channels:
  3. - conda-forge
  4. - defaults
  5. dependencies:
  6. - python=3.7
  7. - jupyter=1.0
  8. - pandas=0.25
  9. - pyarrow=0.14.1
  10. - matplotlib=2.2