From fa4239159df9b074b25a5a2ed04b54f625012484 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 18 Apr 2024 23:39:17 +1000 Subject: [PATCH] Fix incorrect dateutil dependency --- src/ifcopenshell-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/pyproject.toml b/src/ifcopenshell-python/pyproject.toml index 89a55a2c69..fc1bff6807 100644 --- a/src/ifcopenshell-python/pyproject.toml +++ b/src/ifcopenshell-python/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", ] -dependencies = ["mathutils", "shapely", "numpy", "isodate", "dateutil", "lark"] +dependencies = ["mathutils", "shapely", "numpy", "isodate", "python-dateutil", "lark"] [project.urls] "Homepage" = "http://ifcopenshell.org"