Loading core_recipe/meta.yaml +6 −5 Original line number Diff line number Diff line Loading @@ -3,13 +3,14 @@ package: name: isiscore version: {{ core_version }} version: {{ version }} source: url: https://github.com/DOI-USGS/ISIS3/archive/{{ version }}.tar.gz sha256: 47db471e77dffdad2167b51351ed5a3b06d007a1c386899b5ae042946221444e sha256: 394ba889ceef5aaebc25e0e28f084209defb2c724e291ab86a587181bf095c7a build: skip: true # [win] number: {{ build_number }} requirements: Loading @@ -27,10 +28,10 @@ requirements: run: - python - mesalib - {{ pin_compatible('qt', max_pin='x.x') }} - {{ pin_compatible('qt-main', max_pin='x.x') }} - {{ pin_compatible('nlohmann_json', min_pin='x.x', max_pin='x.x') }} tests: test: imports: - isisio commands: Loading Loading
core_recipe/meta.yaml +6 −5 Original line number Diff line number Diff line Loading @@ -3,13 +3,14 @@ package: name: isiscore version: {{ core_version }} version: {{ version }} source: url: https://github.com/DOI-USGS/ISIS3/archive/{{ version }}.tar.gz sha256: 47db471e77dffdad2167b51351ed5a3b06d007a1c386899b5ae042946221444e sha256: 394ba889ceef5aaebc25e0e28f084209defb2c724e291ab86a587181bf095c7a build: skip: true # [win] number: {{ build_number }} requirements: Loading @@ -27,10 +28,10 @@ requirements: run: - python - mesalib - {{ pin_compatible('qt', max_pin='x.x') }} - {{ pin_compatible('qt-main', max_pin='x.x') }} - {{ pin_compatible('nlohmann_json', min_pin='x.x', max_pin='x.x') }} tests: test: imports: - isisio commands: Loading