Skip to content
Snippets Groups Projects
Commit 72127617 authored by Pierre Augier's avatar Pierre Augier
Browse files

pyproject.toml

parent 35296c42
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
install:
- pip install -U pip setuptools wheel six colorlog
- pip install -U 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 # To be removed when pip==10 is out and this step can be bootstrapped
before_script:
- |
......
......@@ -14,7 +14,7 @@
caches:
- pip
script:
- pip install -U tox fluidpythran --user
- pip install -U tox --user
- tox -e py36,codecov
dev:
- parallel:
......@@ -23,5 +23,5 @@
caches:
- pip
script:
- pip install -U tox fluidpythran --user
- pip install -U tox --user
- tox -e py36,codecov
[build-system]
requires = ["setuptools", "wheel", "numpy", "fluidpythran"]
\ No newline at end of file
......@@ -30,6 +30,7 @@
except ImportError:
use_pythran = False
import numpy as np
f"In >=2018, you should use a Python supporting f-strings!"
......@@ -126,7 +127,7 @@
]
if FFTW3:
install_requires += ["pyfftw >= 0.10.4", "fluidfft >= 0.2.4"]
install_requires += ["pyfftw >= 0.10.4", "fluidfft >= 0.2.6"]
def modification_date(filename):
......
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