Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
femtotrader authored Mar 16, 2024
1 parent 959e394 commit cb12d96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[tool.poetry]
name = "parquet-store"
version = "0.1.4"
version = "0.1.5"
description = "A simple datastore for parquet files"
authors = ["femtotrader <[email protected]>"]
license = "MIT"
readme = "README.md"
packages = [{include = "parquet_store"}]

[tool.poetry.dependencies]
python = "^3.9"
fastparquet = "^2023.7.0"
pandas = "^1.5.3"
python = "^3.11"
fastparquet = "^2024.2.0"
pandas = "^2.2.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest = "^8.1.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit cb12d96

Please sign in to comment.