summaryrefslogtreecommitdiff
path: root/docker/environment.yml
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-10-17 16:10:02 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-10-17 16:10:02 -0400
commitab5f979a952a30cf24c0a8be6f1ef2bb45f44092 (patch)
tree290bc551d09d97d324217902bdc190c6ce928423 /docker/environment.yml
parentef31d4c2716f4a64231febf39e1e2dddb7db3878 (diff)
Fixed error due to package requirement issue
one of the packages required by cadquery was improperly configured and causes issues with the cadquery import. Had to change docker base image and modify to include a configured environment to work around the issue. May require rebuilding or removing and recreating your docker image and containers. If you continue to encounter an import error please contact me.
Diffstat (limited to 'docker/environment.yml')
-rw-r--r--docker/environment.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/docker/environment.yml b/docker/environment.yml
new file mode 100644
index 0000000..fb3480a
--- /dev/null
+++ b/docker/environment.yml
@@ -0,0 +1,28 @@
+name: myenv
+channels:
+ - cadquery
+ - conda-forge
+ - defaults
+dependencies:
+ - python>=3.6
+ - ipython
+ - ocp=7.5.1
+ - pyparsing
+ - sphinx=3.2.1
+ - sphinx_rtd_theme
+ - sphinx-autodoc-typehints
+ - black=19.10b0
+ - mypy
+ - codecov
+ - pytest
+ - pytest-cov
+ - ezdxf
+ - ipython
+ - typing_extensions
+ - nptyping
+ - nlopt
+ - path
+ - pip
+ - numpy=1
+ - scipy=1
+ - cadquery