From 75da53f96e389d837055921bd2eb61b58b7787e2 Mon Sep 17 00:00:00 2001 From: joshreve Date: Sun, 24 Oct 2021 11:20:57 -0400 Subject: Fixed cadquery package requirement. Reverted the geometry generation that was compensating for the wrong cadquery version. Uncertain why the versions were dramatically different, will have to watch carefully on new releases or considering switching environment to a specific version of cadquery instead of "master". --- docker/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/environment.yml b/docker/environment.yml index 48beacd..1ea6035 100644 --- a/docker/environment.yml +++ b/docker/environment.yml @@ -25,6 +25,6 @@ dependencies: - pip - numpy=1 - scipy=1 - - cadquery + - cadquery=master - pip: - solidpython -- cgit v1.2.3