Skip to content

Commit 1a0afb4

Browse files
Bump conda env dependencies (#408)
1 parent 35e1f5a commit 1a0afb4

File tree

4 files changed

+40
-41
lines changed

4 files changed

+40
-41
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ contact_links:
44
url: https://github.com/xCDAT/xcdat/discussions
55
about: |
66
Ask questions and discuss with other xCDAT community members here. Please
7-
refer to the documentation xCDAT documentation first before asking a
7+
browse the xCDAT Discussions Forum or xCDAT documentation first before asking a
88
question to make sure it is not already answered. If you can't find an
99
answer, please include a self-contained reproducible example with your
10-
question if possible.
10+
question if possible. Thanks!
1111
1212
- name: Usage question (xarray)
1313
url: https://github.com/pydata/xarray/discussions
1414
about: |
1515
If your questions or discussions are related to xarray, please visit this page
1616
to reach out to xarray community members.
17-

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@ fail_fast: true
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v4.4.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- id: check-yaml
1212

1313
- repo: https://github.com/psf/black
14-
rev: 22.10.0
14+
rev: 22.12.0
1515
hooks:
1616
- id: black
1717

1818
- repo: https://github.com/timothycrosley/isort
19-
rev: 5.10.1
19+
rev: 5.11.4
2020
hooks:
2121
- id: isort
2222

2323
# Need to use flake8 GitHub mirror due to CentOS git issue with GitLab
2424
# https://github.com/pre-commit/pre-commit/issues/1206
2525
- repo: https://github.com/pycqa/flake8
26-
rev: 5.0.4
26+
rev: 6.0.0
2727
hooks:
2828
- id: flake8
2929
args: ["--config=setup.cfg"]
@@ -37,8 +37,8 @@ repos:
3737
additional_dependencies:
3838
[
3939
dask==2022.10.2,
40-
numpy==1.23.4,
41-
pandas==1.5.1,
42-
xarray==2022.11.0,
40+
numpy==1.23.5,
41+
pandas==1.5.3,
42+
xarray==2023.1.0,
4343
types-python-dateutil==2.8.19,
4444
]

conda-env/dev.yml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,50 +8,51 @@ dependencies:
88
# Base
99
# ==================
1010
# NOTE: If versions are updated, also `additional_dependencies` list for mypy in `.pre-commit-config.yaml`
11-
- python=3.10.6
11+
- python=3.10.8
1212
- pip=22.3.1
13-
- cf_xarray=0.7.4
13+
- cf_xarray=0.7.7
1414
- cftime=1.6.2
15-
- dask=2022.10.2
16-
- netcdf4=1.6.1
17-
- numpy=1.23.4
18-
- pandas=1.5.1
15+
- dask=2023.1.0
16+
- netcdf4=1.6.2
17+
- numpy=1.23.5
18+
- pandas=1.5.3
1919
- python-dateutil=2.8.2
20-
- xarray=2022.11.0
20+
- xarray=2023.1.0
2121
# ==================
2222
# Optional
2323
# ==================
24-
- xesmf=0.6.3
24+
- xesmf=0.7.0
25+
- matplotlib=3.6.3
26+
- nc-time-axis=1.4.1
2527
# ==================
2628
# Documentation
2729
# ==================
2830
- sphinx=4.5.0
2931
- sphinx-autosummary-accessors=2022.4.0
3032
- sphinx-book-theme=0.3.3
3133
- sphinx-copybutton=0.5.0
32-
- nbsphinx=0.8.9
34+
- nbsphinx=0.8.12
3335
- pandoc=2.19.2
34-
- ipython=8.5.0 # Required for nbsphinx syntax highlighting
36+
- ipython=8.8.0 # Required for nbsphinx syntax highlighting
3537
# ==================
3638
# Quality Assurance
3739
# ==================
3840
# NOTE: If versions are updated, also update 'rev' in `.pre-commit.config.yaml`
39-
- black=22.10.0
40-
- flake8=5.0.4
41-
- flake8-isort=5.0.0
42-
- isort=5.10.1
43-
- mypy=0.990
44-
- pre-commit=2.20.0
41+
- black=22.12.0
42+
- flake8=6.0.0
43+
- flake8-isort=6.0.0
44+
- isort=5.11.4
45+
- mypy=0.991
46+
- pre-commit=2.21.0
4547
- types-python-dateutil=2.8.19
4648
# ==================
4749
# Testing
4850
# ==================
49-
- pytest=7.2.0
51+
- pytest=7.2.1
5052
- pytest-cov=4.0.0
5153
# ==================
5254
# Developer Tools
5355
# ==================
54-
- matplotlib=3.6.2
55-
- jupyterlab=3.5.0
56+
- jupyterlab=3.5.3
5657
- tbump=6.9.0
5758
prefix: /opt/miniconda3/envs/xcdat_dev

conda-env/readthedocs.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,20 @@ dependencies:
77
# Base
88
# ==================
99
# NOTE: If versions are updated, also `additional_dependencies` list for mypy in `.pre-commit-config.yaml`
10-
- python=3.10.6
10+
- python=3.10.8
1111
- pip=22.3.1
12-
- cf_xarray=0.7.4
12+
- cf_xarray=0.7.7
1313
- cftime=1.6.2
14-
- dask=2022.10.2
15-
- netcdf4=1.6.1
16-
- numpy=1.23.4
17-
- pandas=1.5.1
14+
- dask=2023.1.0
15+
- netcdf4=1.6.2
16+
- numpy=1.23.5
17+
- pandas=1.5.3
1818
- python-dateutil=2.8.2
19-
- xarray=2022.11.0
19+
- xarray=2023.1.0
2020
# ==================
2121
# Optional
2222
# ==================
23-
- xesmf=0.6.3
24-
# ==================
23+
- xesmf=0.7.0
2524
# ==================
2625
# Quality Assurance
2726
# ==================
@@ -32,7 +31,7 @@ dependencies:
3231
- sphinx-autosummary-accessors=2022.4.0
3332
- sphinx-book-theme=0.3.3
3433
- sphinx-copybutton=0.5.0
35-
- nbsphinx=0.8.9
36-
- pandoc=2.19
37-
- ipython=8.5.0 # Required for nbsphinx syntax highlighting.
34+
- nbsphinx=0.8.12
35+
- pandoc=2.19.2
36+
- ipython=8.8.0 # Required for nbsphinx syntax highlighting.
3837
prefix: /opt/miniconda3/envs/xcdat_rtd

0 commit comments

Comments
 (0)