diff --git a/conda-recipe/run_test.sh b/conda-recipe/run_test.sh index 87711a29b94f01a07f660726d3b5879678124b89..f7455c3f6d90b16b760b2a360114520db4c02e51 100755 --- a/conda-recipe/run_test.sh +++ b/conda-recipe/run_test.sh @@ -56,12 +56,12 @@ python -c "import skycalc_ipy" || pip install skycalc_ipy # ScopeSIM should have a conda package #python -c "import scopesim" || pip install git+https://github.com/AstarVienna/ScopeSim.git@master -python -c "import scopesim" || pip install "ScopeSIM==0.5.4" +python -c "import scopesim" || pip install "ScopeSIM==0.6.2" # ScopeSim_Templates fetches data from the internet, which does not work # when using conda-build. #python -c "import scopesim_templates" || pip install -e git+https://github.com/AstarVienna/ScopeSim_Templates.git@master -python -c "import scopesim_templates" || pip install "ScopeSIM_Templates==0.4.2" +python -c "import scopesim_templates" || pip install "ScopeSIM_Templates==0.4.4" # TODO: Fetch ScopeSim data package. # IRDB diff --git a/micadowise.yml b/micadowise.yml index 389eac33b9cc9d10c1df91ee05bd1c2576e83326..0cb34b9e9925634fbbf7c4fadc9b4289d332ade0 100644 --- a/micadowise.yml +++ b/micadowise.yml @@ -18,11 +18,8 @@ dependencies: - pip - pip: - skycalc_ipy - - "ScopeSim==0.5.4" - - "scopesim_templates==0.4.2" - # ScopeSIM 0.2.0 breaks simulating a cluster for large detectors. - # - ScopeSim==0.1.4 - # dev_master should work again + - "ScopeSim==0.6.2" + - "scopesim_templates==0.4.4" #- git+https://github.com/AstarVienna/ScopeSim.git@master # - ScopeSim_Templates #- git+https://github.com/AstarVienna/ScopeSim_Templates.git@dev_master