Skip to content

Commit

Permalink
cadqeury2 has been taken down from pypi - use 1.2 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Oct 10, 2022
1 parent c17d511 commit 6af93df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ classifiers = [
]
dependencies=[
'gmsh',
'cadquery2',
'pyparsing==2.4',
'cadquery',
'numpy',
'OCP',
'meshio',
Expand Down
2 changes: 1 addition & 1 deletion src/CAD_to_OpenMC/assembly.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import gmsh
import cadquery2 as cq
import cadquery as cq
import numpy as np
import OCP
from collections.abc import Iterable
Expand Down
2 changes: 1 addition & 1 deletion src/CAD_to_OpenMC/assemblymesher_cq.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import cadquery2 as cq
import cadquery as cq
import subprocess as sp
import pathlib as pl
import hashlib as hl
Expand Down
2 changes: 1 addition & 1 deletion src/CAD_to_OpenMC/assemblymesher_gmsh.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import gmsh
import cadquery2 as cq
import cadquery as cq
import os
import tempfile
import math
Expand Down

0 comments on commit 6af93df

Please sign in to comment.