Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased] - TBD
### Changed
- Bumped `pip` to version 25.3 in `setup.py` and environment files
- Bumped `pip` to version 26.0 in `setup.py` and environment files

## [1.7.0] - 2026-01-29
### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/environment_files/gcpy_environment_py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- netcdf-fortran ==4.6.1 # Python wrapper for netCDF-Fortran
- numpy ==1.26.4 # Optimized mathematical functions
- pandas ==2.2.2 # Tables/timeseries manipulation
- pip ==25.3 # Install packages from PyPi
- pip ==26.0 # Install packages from PyPi
- pylint ==3.2.2 # Python linter
- pyproj ==3.6.1 # Python map projections library
- python ==3.12.0 # Python language
Expand Down
2 changes: 1 addition & 1 deletion docs/environment_files/gcpy_environment_py313.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- netcdf-fortran ==4.6.1 # Python wrapper for netCDF-Fortran
- numpy ==2.1.3 # Optimized mathematical functions
- pandas ==2.2.3 # Tables/timeseries manipulation
- pip ==25.3 # Install packages from PyPi
- pip ==26.0 # Install packages from PyPi
- pylint ==3.3.4 # Python linter
- pyproj ==3.7.1 # Python map projections library
- python ==3.13 # Python language
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _write_version_file():
"netcdf-fortran==4.6.1",
"numpy==2.1.3",
"pandas==2.2.3",
"pip==25.3",
"pip==26.0",
"pylint==3.3.4",
"pyproj==3.7.1",
"python==3.13",
Expand Down
Loading