Added ezdxf version pins (#1746)

* Added ezdxf version pins
This commit is contained in:
Jeremy Wright
2025-01-08 14:34:12 -05:00
committed by GitHub
parent b2adeb4adb
commit b8370dd17c
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ requirements:
- ocp 7.7.2 - ocp 7.7.2
- vtk=*=qt* - vtk=*=qt*
- pyparsing >=2.1.9 - pyparsing >=2.1.9
- ezdxf - ezdxf>=1.3.0
- ipython - ipython
- typing_extensions - typing_extensions
- nlopt - nlopt

View File

@ -13,7 +13,7 @@ dependencies:
- codecov - codecov
- pytest - pytest
- pytest-cov - pytest-cov
- ezdxf - ezdxf>=1.3.0
- typing_extensions - typing_extensions
- nlopt - nlopt
- path - path

View File

@ -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: if not is_rtd and not is_appveyor and not is_azure and not is_conda:
reqs = [ reqs = [
"cadquery-ocp>=7.7.0,<7.8", "cadquery-ocp>=7.7.0,<7.8",
"ezdxf", "ezdxf>=1.3.0",
"multimethod>=1.11,<2.0", "multimethod>=1.11,<2.0",
"nlopt>=2.9.0,<3.0", "nlopt>=2.9.0,<3.0",
"typish", "typish",