explicitly put pip in the base env

instead of depending on conda's automatic pip dependency for Python,
which is sensitive to configuation
pull/1024/head
Min RK 2021-03-03 11:59:41 +01:00
rodzic 1e240efc96
commit a2d0329b15
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -2,5 +2,6 @@ channels:
- conda-forge
dependencies:
- python=2.7.*
- pip
- ipykernel==4.8.2
- wcwidth==0.1.9

Wyświetl plik

@ -2,6 +2,7 @@ channels:
- conda-forge
dependencies:
- python=3.7
- pip
- ipywidgets==7.6.3
- jupyter-offlinenotebook==0.2.1
- jupyter-resource-usage==0.5.1