File tree Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
- name : Set up Python
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v4
22
22
with :
23
23
python-version : ' 3.x'
24
24
- name : Install dependencies
29
29
run : python -m build
30
30
- name : Publish distribution 📦 to PyPI
31
31
if : startsWith(github.ref, 'refs/tags')
32
- uses : pypa/gh-action-pypi-publish@master
32
+ uses : pypa/gh-action-pypi-publish@release/v1
33
33
with :
34
34
password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 1
1
History
2
2
=======
3
3
4
- Unreleased
4
+ v1.1.1
5
5
------
6
- * Use general Zenodo DOI numbers referencing latest version of each deposit
6
+ * Update package dependencies
7
7
8
8
v1.1.0
9
9
------
10
+ * Use general Zenodo DOI numbers referencing latest version of each deposit
10
11
* Addition of AR6 and Sweet scenarios
11
12
* Addition of `execute_pyciam ` wrapper function
12
13
* Updates to SLIIDERS inputs based on reviewer comments
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ dependencies:
31
31
- xarray=2023.2.0
32
32
- zarr=2.14.2
33
33
- pip :
34
- # - python-ciam==1.1.0
34
+ - python-ciam==1.1
35
35
- rhg_compute_tools==1.3
36
- - parameterize_jobs==0.1.1
36
+ - parameterize_jobs==0.1
Original file line number Diff line number Diff line change @@ -14,8 +14,16 @@ classifiers =
14
14
[options]
15
15
packages = find:
16
16
include_package_data = True
17
- requires = numpy
17
+ requires = cloudpathlib
18
+ distributed
19
+ gitpython
20
+ numpy
21
+ rhg_compute_tools
22
+ pandas
23
+ parameterize_jobs
24
+ pint-xarray
18
25
scipy
26
+ scikit-learn
19
27
xarray
20
- pandas
28
+ zarr
21
29
python_requires = >=3.6
You can’t perform that action at this time.
0 commit comments