We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ded910 commit e4302bbCopy full SHA for e4302bb
1 file changed
pyproject.toml
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "python_tabular"
7
-version = "0.5.3"
+version = "0.5.4"
8
authors = [
9
{ name="Curtis Stallings", email="curtisrstallings@gmail.com" },
10
]
11
dependencies = [
12
- "pythonnet==3.0.3",
13
- "clr-loader==0.2.6",
+ "pythonnet>=3.0.3",
+ "clr-loader>=0.2.6",
14
"xmltodict==0.13.0",
15
"pandas>=1.4.3",
16
"requests>=2.28.1",
0 commit comments