Skip to content

Commit

Permalink
Bump patch version for cython dependency fix (#230)
Browse files Browse the repository at this point in the history
* Bump patch version for cython dependency fix

* Fix cython dependencies in conda meta.yaml
  • Loading branch information
A-CGray authored Jul 18, 2023
1 parent 08c3ba0 commit 9f9b721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requirements:
- {{ compiler('cxx') }}
- make
- mpi4py
- cython
- cython >=0.29,<3.0
- setuptools

host:
Expand All @@ -57,7 +57,7 @@ requirements:
- metis >=5.1
- tecio
- mpi4py
- cython
- cython >=0.29,<3.0
- setuptools

run:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_mpi_flags():

setup(
name="tacs",
version="3.3.0",
version="3.3.1",
description="Parallel finite-element analysis package",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9f9b721

Please sign in to comment.