2020-08-20 02:03:22 +00:00
|
|
|
# Copyright The PyTorch Lightning team.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
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:
|
2020-09-10 22:38:29 +00:00
|
|
|
lightning
|
2020-06-30 14:56:05 +00:00
|
|
|
|
2020-02-21 20:31:40 +00:00
|
|
|
channels:
|
2021-07-14 15:04:33 +00:00
|
|
|
- nvidia
|
2020-02-21 20:31:40 +00:00
|
|
|
- pytorch
|
2021-02-09 08:22:35 +00:00
|
|
|
- pytorch-test
|
|
|
|
- pytorch-nightly
|
2021-07-14 15:04:33 +00:00
|
|
|
- conda-forge
|
2020-02-21 20:31:40 +00:00
|
|
|
|
|
|
|
dependencies:
|
2020-09-22 23:41:35 +00:00
|
|
|
- python>=3.6
|
2020-10-02 09:26:21 +00:00
|
|
|
- pip>20.1
|
2021-07-14 15:04:33 +00:00
|
|
|
- numpy>=1.17.2
|
2021-07-13 17:12:49 +00:00
|
|
|
- pytorch>=1.6
|
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
|
2021-07-14 15:04:33 +00:00
|
|
|
- fsspec[http]>=2021.05.0, !=2021.06.0
|
2020-10-02 09:26:21 +00:00
|
|
|
#- tensorboard>=2.2.0 # not needed, already included in pytorch
|
2020-02-21 20:31:40 +00:00
|
|
|
|
2020-06-30 14:56:05 +00:00
|
|
|
# Optional
|
2020-10-02 09:26:21 +00:00
|
|
|
#- nvidia-apex # missing for py3.8
|
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
|
2021-07-14 15:04:33 +00:00
|
|
|
- omegaconf>=2.0.1
|
|
|
|
- torchtext>=0.6
|
2020-02-21 20:31:40 +00:00
|
|
|
|
2020-10-02 09:26:21 +00:00
|
|
|
# Examples
|
2021-07-14 15:04:33 +00:00
|
|
|
- torchvision>=0.6
|
2020-10-02 09:26:21 +00:00
|
|
|
|
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-07-31 10:27:57 +00:00
|
|
|
- onnxruntime>=1.3.0
|