Skip to content
Snippets Groups Projects
Commit efb48cdd authored by Ashwin Vishnu's avatar Ashwin Vishnu
Browse files

Version bump fluidpythran 0.1.3

parent 6ab52a95
No related branches found
No related tags found
1 merge request!45No pyfftw 0.11.1 and use fluidpythran 0.1.3
......@@ -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:
- |
......
......@@ -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
......@@ -145,7 +145,7 @@
"future >= 0.16",
"h5py",
"h5netcdf",
"fluidpythran>=0.1.2",
"fluidpythran>=0.1.3",
"setuptools_scm",
"xarray",
]
......
......@@ -22,7 +22,7 @@
deps =
pip==18.0
coverage
fluidpythran>=0.1.2
fluidpythran>=0.1.3
mako
numpy
matplotlib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment