diff options
author | Joshua Shreve <j.a.shreve@gmail.com> | 2021-10-17 16:10:39 -0400 |
---|---|---|
committer | Joshua Shreve <j.a.shreve@gmail.com> | 2021-10-17 16:10:39 -0400 |
commit | 3697d6a2002d53d94856c38d0ff20d0d5c8a205e (patch) | |
tree | 53639dc4578292d1f3c4869c1f339b3ef7c87030 /docker/environment.yml | |
parent | 45d615ba2b670096c0f7560745bce0befc1fe103 (diff) | |
parent | ab5f979a952a30cf24c0a8be6f1ef2bb45f44092 (diff) |
Merge branch 'master' into dev
Diffstat (limited to 'docker/environment.yml')
-rw-r--r-- | docker/environment.yml | 28 |
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 |