Skip to content

Commit

Permalink
Merge pull request #487 from nschloe/release
Browse files Browse the repository at this point in the history
version bump, require newer numpy
  • Loading branch information
nschloe authored Oct 22, 2021
2 parents 93de75f + f76fe3f commit 2139905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v2
# install gmsh from system -- not sure why this is necessary
- name: Install gmsh
run: |
sudo apt-get install -y python3-gmsh
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pygmsh
version = 7.1.12
version = 7.1.13
author = Nico Schlömer
email = [email protected]
description = Python frontend for Gmsh
Expand Down Expand Up @@ -39,8 +39,9 @@ package_dir =
=src
packages = find:
install_requires =
gmsh
meshio >= 4.3.2, <6
numpy >= 1.9
numpy >= 1.20.0
python_requires = >=3.7
setup_requires =
setuptools>=42
Expand Down

0 comments on commit 2139905

Please sign in to comment.