Skip to content

Instantly share code, notes, and snippets.

@hillac
hillac / environment.yml
Created January 18, 2024 03:49 — forked from moorepants/environment.yml
Realtime Low and High Pass Butterworth Filters
name: filter
channels:
- conda-forge
- defaults
dependencies:
- numpy
- scipy
- matplotlib
- sympy
- dynamicisttoolkit