summaryrefslogtreecommitdiff
path: root/conda.sh
diff options
context:
space:
mode:
authorRobert Reed <robert.mc.reed@gmail.com>2021-08-25 21:29:32 -0700
committerRobert Reed <robert.mc.reed@gmail.com>2021-08-25 21:29:32 -0700
commit10c1f95b4b41f9c0ce876be5e02e7c6bf8a9f8d2 (patch)
tree652d202c21f5ed87dfde82471a60d1703bb118c8 /conda.sh
parentc66bc8f10dc1d7aa7a1d2dd64bf8feb1f17925b0 (diff)
feat: remove port bind
* chore: match container names to other implementations * feat: add release build
Diffstat (limited to 'conda.sh')
-rwxr-xr-xconda.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/conda.sh b/conda.sh
index 33dd36d..16b3f58 100755
--- a/conda.sh
+++ b/conda.sh
@@ -49,15 +49,11 @@ conda create --name=$envName python=3.7 -y
conda activate $envName
-inform "Installing PythonOCC..."
-
-conda install -c conda-forge pythonocc-core=7.4.1 -y
-
inform "Installing CadQuery..."
conda install -c conda-forge -c cadquery cadquery=2 -y
-inform "Installing dataclasses_json..."
+inform "Installing dataclasses-json..."
pip install dataclasses-json