Skip to content

Commit

Permalink
unpin pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
dombean committed Nov 21, 2024
1 parent f813d0f commit 4e6554b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Unpinned `pandas` version in `setup.cfg` to allow for more flexibility
in dependency management.
- Removed `numpy` from `setup.cfg` as it will be installed automatically by `pandas`.

### Deprecated

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ install_requires =
cloudpathlib[gs]>=0.15.1
humanfriendly>=9.1
more-itertools>=9.0.0
pandas==1.5.3
numpy==1.24.4 # Temporarily pin numpy due to https://github.com/numpy/numpy/issues/26710
pandas
pydantic>=2.6.2
pyyaml>=6.0.1
tomli>=2.0.1
Expand Down

0 comments on commit 4e6554b

Please sign in to comment.