Skip to content

Commit

Permalink
Add packaging as a dependency (#74)
Browse files Browse the repository at this point in the history
* Add packaging as a dependency

* Bump version
  • Loading branch information
staadecker authored Nov 5, 2024
1 parent 0598e2c commit ad485d8
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyoframe"
version = "0.0.10"
version = "0.0.11"
authors = [{ name = "Bravos Power", email = "[email protected]" }]
description = "Blazing fast linear program interface"
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
]
dependencies = ["polars>=0.20,<2", "numpy", "pyarrow", "pandas"]
dependencies = ["polars>=0.20,<2", "numpy", "pyarrow", "pandas", "packaging"]

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit ad485d8

Please sign in to comment.