There was an error while loading. Please reload this page.
1 parent 7a21315 commit 7f839a8Copy full SHA for 7f839a8
resources/conda-env-py3.yml
@@ -1,9 +1,9 @@
1
name: base
2
channels:
3
- defaults
4
-- anaconda
5
-- pytorch
6
- conda-forge
+- pytorch
+- anaconda
7
dependencies:
8
# Jupyter
9
- jupyterlab
@@ -23,16 +23,16 @@ dependencies:
23
- mayavi
24
- cycler
25
# ML
26
-- pytorch>=1.4.0
+- pytorch>=1.4
27
- cudatoolkit=10.1
28
-- torchvision
+- torchvision>=0.5
29
- tensorflow-gpu
30
- tensorboard
31
-- keras
32
-- ignite
+- keras>=2.3
+- ignite>=0.3
33
- tensorboardx
34
- scikit-learn
35
-- scipy
+- scipy>=1.4
36
- pydot
37
- catboost
38
- statsmodels
@@ -53,7 +53,7 @@ dependencies:
53
- decorator
54
- jinja2
55
- numpy
56
-- pandas
+- pandas>=1.0.0
57
- pyqt>=5.9
58
- python-dateutil
59
- requests
0 commit comments