Skip to content

Commit

Permalink
Update eccodes from 2.39.1 to 2.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Jan 27, 2025
1 parent efd4e25 commit 62c5286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ selectolax==0.3.27

# eccodes package requires the eccodes shared library provided by the environment (linux distribution, homebrew, or Anaconda).
# Starting with v2.37.0, binary wheels with bundled shared library are provided for linux and macOS 13+.
eccodes==2.39.1; (sys_platform == 'darwin' or sys_platform == 'linux') and python_version < '3.13'
eccodes==2.39.2; (sys_platform == 'darwin' or sys_platform == 'linux') and python_version < '3.13'

# dbus-fast has pre-built wheels only for Linux; and D-Bus is available only there, anyway.
dbus-fast==2.30.2; sys_platform == 'linux' and python_version >= '3.9'
Expand Down

0 comments on commit 62c5286

Please sign in to comment.