Skip to content

Commit

Permalink
Removed pyarrow req as it created problems for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsMoll committed Feb 9, 2024
1 parent a645e64 commit 4206359
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aligned"
version = "0.0.69"
version = "0.0.70"
description = "A data managment and lineage tool for ML applications."
authors = ["Mats E. Mollestad <mats@mollestad.no>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -52,7 +52,6 @@ redis = { version = "^4.3.1", optional = true }
mashumaro = "^3.0.1"
dill = "^0.3.4"
aioaws = { version = "^0.12", optional = true }
pyarrow = "^12.0.0"
Jinja2 = "^3.1.2"
nest-asyncio = "^1.5.5"
pydantic = "^2.0.0"
Expand Down

0 comments on commit 4206359

Please sign in to comment.