# HG changeset patch # User Ashwin Vishnu <avmo@kth.se> # Date 1544092076 -3600 # Thu Dec 06 11:27:56 2018 +0100 # Node ID efb48cdd7279d7e684d6436440ba1107e7d67810 # Parent 6ab52a95042d974cbb2654642b86f5028fbc5a29 Version bump fluidpythran 0.1.3 diff --git a/.travis.yml b/.travis.yml --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ install: - pip install -U pip setuptools wheel six colorlog - pip install -U pipenv tox-pipenv coverage fluiddevops - - pip install -U numpy cython mako mpi4py fluidpythran # To be removed when pip==10 is out and this step can be bootstrapped + - pip install -U numpy cython mako mpi4py "fluidpythran>=0.1.3" # To be removed when pip==10 is out and this step can be bootstrapped before_script: - | diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,5 +14,5 @@ caches: - pip script: - - pip install -U tox "fluidpythran>=0.1.0.post0" --user + - pip install -U tox "fluidpythran>=0.1.3" --user - tox -e py36,codecov diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -145,7 +145,7 @@ "future >= 0.16", "h5py", "h5netcdf", - "fluidpythran>=0.1.2", + "fluidpythran>=0.1.3", "setuptools_scm", "xarray", ] diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ deps = pip==18.0 coverage - fluidpythran>=0.1.2 + fluidpythran>=0.1.3 mako numpy matplotlib