Pārlūkot izejas kodu

setup install ILTIS 1.5; tests passing on Linux for conda envs 3.9 and 3.10

Ajayrama Kumaraswamy 1 gadu atpakaļ
vecāks
revīzija
bece144f7c

+ 21 - 0
conda_env_development_py310.yml

@@ -0,0 +1,21 @@
+name: view_dev_py310
+channels:
+  - defaults
+  - conda-forge
+dependencies:
+  - python=3.10
+  - pip
+  - jinja2
+  - easygui  # only available in conda-forge
+  - seaborn
+  - bokeh
+  - xlrd
+  - pyqtgraph
+  - whoosh
+  - moviepy  # only available on conda-forge
+  - openpyxl
+  - ipdb
+  - nose
+  - ipython
+  - jupyter
+  - appdirs

+ 15 - 0
conda_env_py310.yml

@@ -0,0 +1,15 @@
+name: view_py310
+channels:
+  - defaults
+dependencies:
+  - python=3.10
+  - pip
+  - jinja2
+  - seaborn
+  - bokeh
+  - xlrd
+  - pyqtgraph
+  - whoosh
+  - openpyxl
+  - jupyter
+  - appdirs

conda_env_development_py38.yml → old_conda_files/conda_env_development_py38.yml


+ 21 - 0
old_conda_files/conda_env_development_py39.yml

@@ -0,0 +1,21 @@
+name: view_dev_py39
+channels:
+  - defaults
+  - conda-forge
+dependencies:
+  - python=3.9
+  - pip
+  - jinja2
+  - easygui  # only available in conda-forge
+  - seaborn
+  - bokeh
+  - xlrd
+  - pyqtgraph
+  - whoosh
+  - moviepy  # only available on conda-forge
+  - openpyxl
+  - ipdb
+  - nose
+  - ipython
+  - jupyter
+  - appdirs

conda_env_py38.yml → old_conda_files/conda_env_py38.yml


+ 15 - 0
old_conda_files/conda_env_py39.yml

@@ -0,0 +1,15 @@
+name: view_py39
+channels:
+  - defaults
+dependencies:
+  - python=3.9
+  - pip
+  - jinja2
+  - seaborn
+  - bokeh
+  - xlrd
+  - pyqtgraph
+  - whoosh
+  - openpyxl
+  - jupyter
+  - appdirs

+ 1 - 1
setup.py

@@ -30,7 +30,7 @@ setup(
         # iltis ported to PyQt5 is needed, old iltis built using PyQt4 will not work.
         # Source code available at https://gitlab.inf.uni-konstanz.de/ag-galizia/iltis.
         # See wiki on https://gitlab.inf.uni-konstanz.de/ag-galizia/view for more info
-        "iltis@git+https://git@github.com/galizia-lab/ILTIS.git@1.4",
+        "iltis@git+https://git@github.com/galizia-lab/ILTIS.git@1.5",
         "tillvisionio@git+https://git@github.com/galizia-lab/tillvisionio.git@1.0",
         "tifffile>=2019.7.26",
         "easygui>=0.98.1",