Loading environment.yml +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ dependencies: - coveralls - csmapi - gdal - jinja - jinja2 - numpy - requests - scipy recipe/meta.yaml 0 → 100644 +39 −0 Original line number Diff line number Diff line {% set data = load_setup_py_data() %} package: name: knoten version: {{ data.get('version') }} source: git_url: https://github.com/USGS-Astrogeology/knoten build: number : 0 # {{ GIT_DESCRIBE_NUMBER }} string: dev script: "{{ PYTHON }} -m pip install . --no-deps -vv" extra: channels: - conda-forge requirements: build: host: - pip - python - setuptools run: - python - csmapi - gdal - jinja2 - numpy - requests - scipy test: imports: - knoten Loading
environment.yml +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ dependencies: - coveralls - csmapi - gdal - jinja - jinja2 - numpy - requests - scipy
recipe/meta.yaml 0 → 100644 +39 −0 Original line number Diff line number Diff line {% set data = load_setup_py_data() %} package: name: knoten version: {{ data.get('version') }} source: git_url: https://github.com/USGS-Astrogeology/knoten build: number : 0 # {{ GIT_DESCRIBE_NUMBER }} string: dev script: "{{ PYTHON }} -m pip install . --no-deps -vv" extra: channels: - conda-forge requirements: build: host: - pip - python - setuptools run: - python - csmapi - gdal - jinja2 - numpy - requests - scipy test: imports: - knoten