Skip to content

Commit 7f839a8

Browse files
authored
add versions to conda env file
1 parent 7a21315 commit 7f839a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

resources/conda-env-py3.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: base
22
channels:
33
- defaults
4-
- anaconda
5-
- pytorch
64
- conda-forge
5+
- pytorch
6+
- anaconda
77
dependencies:
88
# Jupyter
99
- jupyterlab
@@ -23,16 +23,16 @@ dependencies:
2323
- mayavi
2424
- cycler
2525
# ML
26-
- pytorch>=1.4.0
26+
- pytorch>=1.4
2727
- cudatoolkit=10.1
28-
- torchvision
28+
- torchvision>=0.5
2929
- tensorflow-gpu
3030
- tensorboard
31-
- keras
32-
- ignite
31+
- keras>=2.3
32+
- ignite>=0.3
3333
- tensorboardx
3434
- scikit-learn
35-
- scipy
35+
- scipy>=1.4
3636
- pydot
3737
- catboost
3838
- statsmodels
@@ -53,7 +53,7 @@ dependencies:
5353
- decorator
5454
- jinja2
5555
- numpy
56-
- pandas
56+
- pandas>=1.0.0
5757
- pyqt>=5.9
5858
- python-dateutil
5959
- requests

0 commit comments

Comments
 (0)