Skip to content

Commit

Permalink
fix: make pandas flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
robcaulk committed Jul 7, 2023
1 parent 80e29e3 commit 3d57a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 3d57a21

Please sign in to comment.