Skip to content

Commit

Permalink
upgraded pyincore version
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Aug 8, 2023
1 parent 651b13f commit 9c132ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,18 @@ jobs:
key:
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}

- name: Install miniconda
uses: conda-incubator/setup-miniconda@v2
- name: Install micromamba
uses: mamba-org/setup-micromamba@v1
with:
miniconda-version: "latest"
python-version: 3.8
use-mamba: true
mamba-version: "*"
channels: conda-forge,in-core
use-only-tar-bz2: true
conda-build-version: "*"
create-args: >-
python=3.8
conda
environment-file: environment.yml
generate-run-shell: true

- name: Build conda package
run: |
conda install conda-build
mkdir dist
conda build --output-folder dist \
--label ${{ env.LABEL }} \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ owslib>=0.17.1
pandas>=0.24.1
pillow
pycodestyle>=2.6.0
pyincore>=1.7.0
pyincore>=1.11.0
pytest>=3.9.0
python-jose>=3.0
rasterio>=1.3.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
'owslib>=0.17.1',
'pandas>=0.24.1',
'pillow',
'pyincore>=1.7.0',
'pyincore>=1.11.0',
'rasterio>=1.3.3'
],

Expand Down

0 comments on commit 9c132ee

Please sign in to comment.