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

Mark requirements transonic>0.1.9 and extra fluidsht >= 0.0.3a0

parent c09c2e31
No related branches found
No related tags found
1 merge request!67FluidSim with transonic>0.1.9 and optionally fluidsht >= 0.0.3a0
......@@ -9,7 +9,7 @@
setup_requires =
setuptools
setuptools_scm
transonic>=0.1.9
transonic>0.1.9
numpy
[options.extras_require]
......@@ -23,7 +23,7 @@
pyfftw >= 0.10.4
fluidfft >= 0.2.7
sphere = fluidsht >= 0.0.2a0
sphere = fluidsht >= 0.0.3a0
mpi = mpi4py
......
......@@ -8,6 +8,9 @@
from setuptools.dist import Distribution
from setuptools import setup, find_packages
if sys.version_info[:2] < (3, 6):
raise RuntimeError("Python version >= 3.6 required.")
def install_setup_requires():
dist = Distribution()
......@@ -52,10 +55,6 @@
time_start = time()
if sys.version_info[:2] < (3, 6):
raise RuntimeError("Python version >= 3.6 required.")
# Get the long description from the relevant file
with open(os.path.join(here, "README.rst")) as file:
long_description = file.read()
......
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