diff options
| author | J08nY | 2020-12-16 00:39:16 +0100 |
|---|---|---|
| committer | J08nY | 2020-12-16 00:39:16 +0100 |
| commit | a9c2acccedbd260f66dab3a615f3ead76e861da9 (patch) | |
| tree | 318bdd885fd4d5731a39bf958eb7593a145d55b1 /setup.py | |
| parent | 9421aecd67f7ac0efb2d728fb31bb14f500361be (diff) | |
| download | pyecsca-a9c2acccedbd260f66dab3a615f3ead76e861da9.tar.gz pyecsca-a9c2acccedbd260f66dab3a615f3ead76e861da9.tar.zst pyecsca-a9c2acccedbd260f66dab3a615f3ead76e861da9.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,7 +38,8 @@ setup( "bokeh", "matplotlib", "datashader", - "xarray" + "xarray", + "astunparse" ], extras_require={ "picoscope_sdk": ["picosdk"], |
