diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 2ec3b2c..bc51277 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -16,9 +16,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.x' - name: Install dependencies @@ -29,6 +29,6 @@ jobs: run: python -m build - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/HISTORY.rst b/HISTORY.rst index 53abec2..452d0a1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,12 +1,13 @@ History ======= -Unreleased +v1.1.1 ------ -* Use general Zenodo DOI numbers referencing latest version of each deposit +* Update package dependencies v1.1.0 ------ +* Use general Zenodo DOI numbers referencing latest version of each deposit * Addition of AR6 and Sweet scenarios * Addition of `execute_pyciam` wrapper function * Updates to SLIIDERS inputs based on reviewer comments diff --git a/environment/environment.yml b/environment/environment.yml index fa8d900..c0b80ff 100644 --- a/environment/environment.yml +++ b/environment/environment.yml @@ -31,6 +31,6 @@ dependencies: - xarray=2023.2.0 - zarr=2.14.2 - pip: - # - python-ciam==1.1.0 + - python-ciam==1.1 - rhg_compute_tools==1.3 - - parameterize_jobs==0.1.1 \ No newline at end of file + - parameterize_jobs==0.1 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index edb0e9c..e3a0ea9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,8 +14,16 @@ classifiers = [options] packages = find: include_package_data = True -requires = numpy +requires = cloudpathlib + distributed + gitpython + numpy + rhg_compute_tools + pandas + parameterize_jobs + pint-xarray scipy + scikit-learn xarray - pandas + zarr python_requires = >=3.6 \ No newline at end of file