Skip to content

Commit

Permalink
Add sympy as dependency to fix fenics issue, and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Jan 21, 2019
1 parent bc44d68 commit 9170d5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "ldrb" %}
{% set version = "0.1" %}
{% set version = "0.1.1" %}
{% set sha256 = "94fcb84a92ae2514e0180b9e12cd7a6ba257476314c19e219f5e871d4cbb80b3" %}

package:
Expand All @@ -21,6 +21,7 @@ requirements:
run:
- python
- h5py
- sympy 1.1.1
- fenics 2017.*
- mshr 2017.*
- quaternion 2018.7.5.21.55.13
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Version number
major = 0
minor = 1
minor = 1.1

# REQUIREMENTS = ['h5py==2.8.0',
# 'numba==0.40.1',
Expand Down

0 comments on commit 9170d5e

Please sign in to comment.