Skip to content
Snippets Groups Projects
environment.yml 227 B
name: saqc
channels:
  - defaults
dependencies:
  - numpy
  - pandas
  - scipy
  - matplotlib
  - numba
  - click
  - scikit-learn
  - pyarrow
  - pip
  - pip:
    - python-intervals
    - dtw
    - mlxtend
    - outlier-utils