@ -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
|
||||||
|
@ -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
|
||||||
|
2
setup.py
2
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:
|
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",
|
||||||
|
Reference in New Issue
Block a user