Skip to content

Commit

Permalink
[skip ci] adding comma
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Sep 30, 2024
1 parent 2b616c4 commit c5b38e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN pip install neutronics_material_maker[density] \
RUN pip install git+https://github.com/fusion-energy/openmc-plasma-source

RUN pip install git+https://github.com/CadQuery/cadquery.git@bc82cb04c59668a1369d9ce648361c8786bbd1c8 --no-deps
RUN pip install cadquery-ocp==7.7.1 "multimethod>=1.7<2.0" nlopt typish casadi path ezdxf nptyping==2.0.1
RUN pip install cadquery-ocp==7.7.1 "multimethod>=1.7,<2.0" nlopt typish casadi path ezdxf nptyping==2.0.1

# Python libraries used in the workshop
RUN pip install cmake\
Expand Down

0 comments on commit c5b38e5

Please sign in to comment.