-
Tin Kei Cheng authored
Remove unneeded `mpi4py` requirement. Rename `test` -> `tests` and update `.gitlab-ci.yml`.
Tin Kei Cheng authoredRemove unneeded `mpi4py` requirement. Rename `test` -> `tests` and update `.gitlab-ci.yml`.
setup.py 905 B
from setuptools import setup, find_packages
if __name__ == "__main__":
setup(
# name="gvec_to_python",
# version="0.1.2",
# packages=find_packages(),
# install_requires=[
# 'h5py>=3.3.0'
# 'matplotlib>=3.3.3'
# 'numba>=0.53.1'
# 'numpy>=1.19.5'
# 'pandas>=1.2.1'
# 'psutil>=5.8.0'
# 'pytz>=2021.1'
# 'regex>=2021.8.3'
# 'scipy>=1.6.0'
# 'sphinx>=4.2.0'
# 'sphinx_rtd_theme>=1.0.0'
# 'tqdm>=4.56.0'
# 'vtk>=9.0.3'
# ],
# author="Tin Kei Cheng",
# author_email="tinkei.cheng@tum.de",
# description="",
# license="",
# keywords="plasma, mhd, equilibrium, discrete differential forms, gvec",
# url="https://gitlab.mpcdf.mpg.de/spossann/gvec_to_python",
)