Skip to content

Commit b8370dd

Browse files
authored
Added ezdxf version pins (#1746)
* Added ezdxf version pins
1 parent b2adeb4 commit b8370dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ requirements:
1919
- ocp 7.7.2
2020
- vtk=*=qt*
2121
- pyparsing >=2.1.9
22-
- ezdxf
22+
- ezdxf>=1.3.0
2323
- ipython
2424
- typing_extensions
2525
- nlopt

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- codecov
1414
- pytest
1515
- pytest-cov
16-
- ezdxf
16+
- ezdxf>=1.3.0
1717
- typing_extensions
1818
- nlopt
1919
- path

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
if not is_rtd and not is_appveyor and not is_azure and not is_conda:
2828
reqs = [
2929
"cadquery-ocp>=7.7.0,<7.8",
30-
"ezdxf",
30+
"ezdxf>=1.3.0",
3131
"multimethod>=1.11,<2.0",
3232
"nlopt>=2.9.0,<3.0",
3333
"typish",

0 commit comments

Comments
 (0)