mirror of
https://github.com/wassname/seq2seq-time.git
synced 2026-06-27 17:50:09 +08:00
33 lines
476 B
YAML
33 lines
476 B
YAML
name: seq2seq-time
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python==3.7
|
|
- pip
|
|
- awscli
|
|
- ipykernel
|
|
- tqdm
|
|
- xarray
|
|
- pandas
|
|
- pytorch
|
|
- torchvision
|
|
- cudatoolkit==10.2
|
|
- black
|
|
- pylama
|
|
- mypy
|
|
- pytest
|
|
- numpy
|
|
- matplotlib
|
|
- scikit-learn
|
|
- pytorch-lightning
|
|
- yapf
|
|
- ipywidgets
|
|
- holoviews
|
|
- pandas-profiling
|
|
- datashader
|
|
- fastparquet
|
|
- netcdf4
|
|
- nc-time-axis
|
|
prefix: /home/wassname/anaconda/envs/seq2seq-time
|