Skip to content
Snippets Groups Projects
Commit a4df1979 authored by Stefan Possanner's avatar Stefan Possanner
Browse files

Merge branch 'dependecies' into 'master'

Remove sphinx dependecies

See merge request spossann/gvec_to_python!11
parents a7d1ecff ef8b752b
No related branches found
No related tags found
1 merge request!11Remove sphinx dependecies
Pipeline #161229 passed
...@@ -68,8 +68,3 @@ install_and_test: ...@@ -68,8 +68,3 @@ install_and_test:
- coverage run -m pytest - coverage run -m pytest
- coverage xml - coverage xml
- coverage report --skip-empty - coverage report --skip-empty
# Deploy: run deploy.
- echo "Run deploy:"
- echo "Compile release to $CI_COMMIT_BRANCH branch."
- echo "Release pipeline not implemented."
...@@ -34,8 +34,6 @@ setup( ...@@ -34,8 +34,6 @@ setup(
'pandas>=1.2.1', 'pandas>=1.2.1',
'pyccel', 'pyccel',
'scipy>=1.6.0', 'scipy>=1.6.0',
'sphinx==4.2.0',
'sphinx_rtd_theme',
'tqdm>=4.56.0', 'tqdm>=4.56.0',
'vtk>=9.0.3', 'vtk>=9.0.3',
], ],
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Module specifying the current version string for gvec_to_python. Module specifying the current version string for gvec_to_python.
""" """
__version__ = "1.0.1" __version__ = "1.0.2"
def display_version(): def display_version():
print(f'gvec_to_python {__version__}\n\ print(f'gvec_to_python {__version__}\n\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment