diff --git a/CHANGELOG.md b/CHANGELOG.md index d985eda..6c261c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.cfg b/setup.cfg index c076ee9..4121088 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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