Skip to content

Commit

Permalink
unpin pandas version (#10)
Browse files Browse the repository at this point in the history
* unpin pandas version

* increase package version
  • Loading branch information
supernovalx authored Nov 1, 2023
1 parent a6bf90f commit 87b0f44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Notable changes to this project.

## v0.4.1 - 2023-10-31
- unpin pandas version

## v0.4.0 - 2023-04-21
- added `get_scores` to get the scores (PR #8)

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "crunchdao"
version = "v0.4.0"
version = "v0.4.1"
description = "Python API for the Crunchdao machine learning tournament"
authors = ["uuazed <uuazed@gmail.com>"]
license = "MIT License"

[tool.poetry.dependencies]
python = ">=3.7.1,<4.0"
pandas = "^1.3.5"
pandas = ">=1.3.5"
requests = "^2.27.0"
tqdm = "^4.62.3"
inflection = "^0.5.1"
Expand Down

0 comments on commit 87b0f44

Please sign in to comment.