Skip to content

Commit

Permalink
Merge pull request #93 from fusion-energy/shimwell-patch-4
Browse files Browse the repository at this point in the history
allow numpy versions upto 1.26.4
  • Loading branch information
shimwell authored Nov 6, 2024
2 parents fc33106 + 7a863be commit d985d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_with_pip_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
apt install python3
apt install python3-pip
python -m pip install --upgrade pip
git clone --single-branch -b master --depth 1 https://bitbucket.org/fathomteam/moab/
git clone --single-branch -b master --depth 1 https://bitbucket.org/fathomteam/moab/
cd moab
git checkout faf7e989c0fd0be4a19f61c1d4713afc5397c8a7
python -m pip install . --config-settings=cmake.args=-DENABLE_HDF5=ON
cd ..
python -c "import pymoab"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"trimesh",
"networkx",
"cadquery>=2.4.0",
"numpy<=1.23.5",
"numpy<=1.26.4",
"gmsh"
]
dynamic = ["version"]
Expand Down

0 comments on commit d985d42

Please sign in to comment.