Skip to content

Commit e4302bb

Browse files
authored
pythonnet and clr-loader greater than (#98)
1 parent 6ded910 commit e4302bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python_tabular"
7-
version = "0.5.3"
7+
version = "0.5.4"
88
authors = [
99
{ name="Curtis Stallings", email="curtisrstallings@gmail.com" },
1010
]
1111
dependencies = [
12-
"pythonnet==3.0.3",
13-
"clr-loader==0.2.6",
12+
"pythonnet>=3.0.3",
13+
"clr-loader>=0.2.6",
1414
"xmltodict==0.13.0",
1515
"pandas>=1.4.3",
1616
"requests>=2.28.1",

0 commit comments

Comments
 (0)