diff --git a/pyproject.toml b/pyproject.toml index 5afa915..3ca2fcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datasieve" -version = "0.1.6" +version = "0.1.7" description = "This package implements a flexible data pipeline to help organize row removal (e.g. outlier removal) and feature modification (e.g. PCA)" authors = ['Robert Caulk'] readme = "README.md" @@ -9,7 +9,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" scikit-learn = ">=1.1.3" -pandas = "==2.0.2" +pandas = ">=2.0.3" [tool.poetry.dev-dependencies] pytest = "^7.3.1"