diff --git a/conda/meta.yaml b/conda/meta.yaml index a9b49108..de5128b9 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -19,7 +19,7 @@ requirements: - ocp 7.7.2 - vtk=*=qt* - pyparsing >=2.1.9 - - ezdxf + - ezdxf>=1.3.0 - ipython - typing_extensions - nlopt diff --git a/environment.yml b/environment.yml index c5dd099c..723219f0 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - codecov - pytest - pytest-cov - - ezdxf + - ezdxf>=1.3.0 - typing_extensions - nlopt - path diff --git a/setup.py b/setup.py index bb83c778..49d18fb5 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ is_conda = "CONDA_PREFIX" in os.environ if not is_rtd and not is_appveyor and not is_azure and not is_conda: reqs = [ "cadquery-ocp>=7.7.0,<7.8", - "ezdxf", + "ezdxf>=1.3.0", "multimethod>=1.11,<2.0", "nlopt>=2.9.0,<3.0", "typish",