Skip to content
Snippets Groups Projects
Commit 0a37f3e3 authored by Andi Gerken's avatar Andi Gerken
Browse files

added "deprecation" to ci

parent 59594471
Branches
Tags
No related merge requests found
Pipeline #34105 passed
......@@ -20,6 +20,7 @@ if __name__ == "__main__":
# check_call([python_executable(), "-m", "pip", "install", "pytest-cov"])
check_call([python_executable(), "-m", "pip", "install", "h5py"])
check_call([python_executable(), "-m", "pip", "install", "pandas"])
check_call([python_executable(), "-m", "pip", "install", "deprecation"])
command = [python_executable()]
command += ["-m", "pytest", "--junitxml=report.xml"]
......
# Feature request
- Entities: save poses from x, y, radiant
## Done:
- change assert python 3.7 to warning
[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel", "pytest", "pandas"] # PEP 508 specifications.
requires = ["setuptools", "wheel", "pytest", "pandas", "deprecation"] # PEP 508 specifications.
......@@ -16,7 +16,7 @@ setup(
version="0.1",
author="",
author_email="",
install_requires=["h5py>=3", "numpy", "seaborn", "pandas"],
install_requires=["h5py>=3", "numpy", "seaborn", "pandas", "deprecation"],
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment