Skip to content

Commit

Permalink
synchronize some dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
  • Loading branch information
Zeitsperre committed Jan 13, 2025
1 parent 7241bf3 commit a18d662
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ dependencies:
- lmoments3 >=1.0.7 # Required for some Jupyter notebooks
- pot >=0.9.4
# Testing and development dependencies
- black ==24.10.0
- black =24.10.0
- blackdoc ==0.3.9
- bump-my-version >=0.28.1
- cairosvg >=2.6.0
- codespell ==2.3.0
- codespell =2.3.0
- coverage >=7.5.0
- coveralls >=4.0.1 # Note: coveralls is not yet compatible with Python 3.13
- deptry ==0.20.0
- deptry =0.21.2
- distributed >=2.0
- flake8 >=7.1.1
- flake8-rst-docstrings >=0.3.0
Expand All @@ -45,7 +45,7 @@ dependencies:
- h5netcdf >=1.3.0
- ipykernel
- ipython >=8.5.0
- isort ==5.13.2
- isort =5.13.2
- matplotlib >=3.6.0
- mypy >=1.10.0
- nbconvert <7.14 # Pinned due to directive errors in sphinx. See: https://github.com/jupyter/nbconvert/issues/2092
Expand Down Expand Up @@ -77,7 +77,7 @@ dependencies:
- tokenize-rt >=5.2.0
- tox >=4.21.2
- tox-gh >=1.4.4
- vulture ==2.13
- vulture ==2.14
- xdoctest >=1.1.5
- yamllint >=1.35.1
- pip >=24.2.0

0 comments on commit a18d662

Please sign in to comment.