2020-03-25 11:46:27 +00:00
|
|
|
# This is Conda environment file
|
2020-02-21 20:31:40 +00:00
|
|
|
# Usage: `conda env update -f environment.yml`
|
2020-03-25 11:46:27 +00:00
|
|
|
|
2020-06-30 14:56:05 +00:00
|
|
|
name:
|
|
|
|
pl-env
|
|
|
|
|
2020-02-21 20:31:40 +00:00
|
|
|
channels:
|
|
|
|
- conda-forge
|
|
|
|
- pytorch
|
|
|
|
|
|
|
|
dependencies:
|
2020-06-30 14:56:05 +00:00
|
|
|
#- python=3.7.6
|
|
|
|
- pip>=20.0.2
|
2020-02-21 20:31:40 +00:00
|
|
|
- numpy>=1.16.4
|
2020-05-25 11:43:17 +00:00
|
|
|
- pytorch>=1.3
|
2020-08-18 20:26:17 +00:00
|
|
|
- tensorboard==2.2.1
|
2020-02-21 20:31:40 +00:00
|
|
|
- future>=0.17.1
|
2020-07-27 16:54:48 +00:00
|
|
|
- PyYAML>=5.1
|
|
|
|
- tqdm>=4.41.0
|
2020-08-13 14:03:13 +00:00
|
|
|
- nvidia-apex
|
2020-02-21 20:31:40 +00:00
|
|
|
|
|
|
|
# For dev and testing
|
2020-07-27 16:54:48 +00:00
|
|
|
- black==19.10b0
|
2020-06-30 14:56:05 +00:00
|
|
|
- check-manifest
|
2020-07-27 16:54:48 +00:00
|
|
|
- cloudpickle>=1.2
|
2020-02-21 20:31:40 +00:00
|
|
|
- coverage
|
2020-07-27 16:54:48 +00:00
|
|
|
- codecov>=2.1
|
2020-02-21 20:31:40 +00:00
|
|
|
- pytest>=3.0.5
|
|
|
|
- pytest-cov
|
|
|
|
- pytest-flake8
|
|
|
|
- flake8
|
2020-07-27 16:54:48 +00:00
|
|
|
- flake8-black
|
2020-02-21 20:31:40 +00:00
|
|
|
- autopep8
|
|
|
|
- twine==1.13.0
|
2020-06-10 13:43:12 +00:00
|
|
|
- pillow<7.0.0
|
2020-07-08 08:26:11 +00:00
|
|
|
- scikit-image
|
2020-07-22 13:58:24 +00:00
|
|
|
- nltk>=3.3
|
2020-06-30 14:56:05 +00:00
|
|
|
|
|
|
|
# Optional
|
2020-06-10 13:43:12 +00:00
|
|
|
- scikit-learn>=0.20.0
|
2020-06-30 14:56:05 +00:00
|
|
|
- matplotlib>=3.1.1
|
|
|
|
- omegaconf>=2.0.0
|
|
|
|
- torchtext>=0.3.1
|
2020-02-21 20:31:40 +00:00
|
|
|
|
|
|
|
- pip:
|
|
|
|
- test-tube>=0.7.5
|
|
|
|
- mlflow>=1.0.0
|
2020-08-07 07:46:50 +00:00
|
|
|
- comet_ml>=3.1.12
|
2020-02-21 20:31:40 +00:00
|
|
|
- wandb>=0.8.21
|
2020-07-27 16:54:48 +00:00
|
|
|
- neptune-client>=0.4.109
|
2020-06-30 14:56:05 +00:00
|
|
|
- horovod>=0.19.1
|
2020-07-31 10:27:57 +00:00
|
|
|
- onnxruntime>=1.3.0
|