Jelajahi Sumber

split conda files into linux and mac+win to add glibc dependency

Ajayrama Kumaraswamy 1 tahun lalu
induk
melakukan
62da18c9ba
4 mengubah file dengan 54 tambahan dan 3 penghapusan
  1. 24 0
      conda_py310_dev_linux.yml
  2. 5 2
      conda_env_development_py310.yml
  3. 21 0
      conda_py310_linux.yml
  4. 4 1
      conda_env_py310.yml

+ 24 - 0
conda_py310_dev_linux.yml

@@ -0,0 +1,24 @@
+name: view_dev_py310
+channels:
+  - defaults
+  - conda-forge
+dependencies:
+  - python=3.10
+  - pip
+  - scipy
+  - scikit-image
+  - jinja2
+  - seaborn
+  - bokeh
+  - xlrd
+  - pyqtgraph
+  - whoosh
+  - openpyxl
+  - nose
+  - ipython
+  - jupyter
+  - appdirs
+# only available on conda-forge
+  - moviepy
+  - ipdb
+  - libstdcxx-ng

+ 5 - 2
conda_env_development_py310.yml

@@ -5,16 +5,19 @@ channels:
 dependencies:
   - python=3.10
   - pip
+  - scipy
+  - scikit-image
   - jinja2
   - seaborn
   - bokeh
   - xlrd
   - pyqtgraph
   - whoosh
-  - moviepy  # only available on conda-forge
   - openpyxl
-  - ipdb
   - nose
   - ipython
   - jupyter
   - appdirs
+# only available on conda-forge
+  - moviepy
+  - ipdb

+ 21 - 0
conda_py310_linux.yml

@@ -0,0 +1,21 @@
+name: view_py310
+channels:
+  - defaults
+  - conda-forge
+dependencies:
+  - python=3.10
+  - pip
+  - scipy
+  - scikit-image
+  - jinja2
+  - seaborn
+  - bokeh
+  - xlrd
+  - pyqtgraph
+  - whoosh
+  - openpyxl
+  - jupyter
+  - appdirs
+# only available on conda-forge
+  - moviepy
+  - libstdcxx-ng

+ 4 - 1
conda_env_py310.yml

@@ -5,13 +5,16 @@ channels:
 dependencies:
   - python=3.10
   - pip
+  - scipy
+  - scikit-image
   - jinja2
   - seaborn
   - bokeh
   - xlrd
   - pyqtgraph
   - whoosh
-  - moviepy  # only available on conda-forge
   - openpyxl
   - jupyter
   - appdirs
+# only available on conda-forge
+  - moviepy