We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2adeb4 commit b8370ddCopy full SHA for b8370dd
conda/meta.yaml
@@ -19,7 +19,7 @@ requirements:
19
- ocp 7.7.2
20
- vtk=*=qt*
21
- pyparsing >=2.1.9
22
- - ezdxf
+ - ezdxf>=1.3.0
23
- ipython
24
- typing_extensions
25
- nlopt
environment.yml
@@ -13,7 +13,7 @@ dependencies:
13
- codecov
14
- pytest
15
- pytest-cov
16
17
18
- path
setup.py
@@ -27,7 +27,7 @@
27
if not is_rtd and not is_appveyor and not is_azure and not is_conda:
28
reqs = [
29
"cadquery-ocp>=7.7.0,<7.8",
30
- "ezdxf",
+ "ezdxf>=1.3.0",
31
"multimethod>=1.11,<2.0",
32
"nlopt>=2.9.0,<3.0",
33
"typish",
0 commit comments