Skip to content

Commit

Permalink
release(1.15.0): adds feature map argument to edf
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Apr 11, 2024
1 parent 219170e commit 7f2e6df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/setup-qemu-action@v1

- name: Build wheels
uses: joerick/cibuildwheel@v2.16.2
uses: joerick/cibuildwheel@v2.16.5
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(fname):

setuptools.setup(
name="dijkstra3d",
version="1.14.0",
version="1.15.0",
python_requires=">=3.7,<4.0",
setup_requires=['numpy','cython'],
ext_modules=[
Expand Down Expand Up @@ -54,11 +54,11 @@ def read(fname):
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Intended Audience :: Science/Research",
"Operating System :: POSIX",
Expand Down

0 comments on commit 7f2e6df

Please sign in to comment.