Skip to content

Commit

Permalink
pythonnet and clr-loader greater than (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Curts0 authored Sep 17, 2024
1 parent 6ded910 commit e4302bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "python_tabular"
version = "0.5.3"
version = "0.5.4"
authors = [
{ name="Curtis Stallings", email="[email protected]" },
]
dependencies = [
"pythonnet==3.0.3",
"clr-loader==0.2.6",
"pythonnet>=3.0.3",
"clr-loader>=0.2.6",
"xmltodict==0.13.0",
"pandas>=1.4.3",
"requests>=2.28.1",
Expand Down

0 comments on commit e4302bb

Please sign in to comment.