Spaces:
Running
Running
File size: 227 Bytes
81c99dc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
name: deepdenoiser
channels:
- defaults
- conda-forge
dependencies:
- python=3.7
- numpy
- scipy
- matplotlib
- pandas
- scikit-learn
- tqdm
- obspy
- uvicorn
- fastapi
- kafka-python
- tensorflow
|