Skip to content
Snippets Groups Projects
Commit 111630cc authored by Bert Palm's avatar Bert Palm 🎇
Browse files

pinned version of pandas>2, improved CI wheel-test

parent 4494a478
No related branches found
No related tags found
1 merge request!704pandas>=2.0.0
Pipeline #175449 passed with stages
in 7 minutes and 10 seconds
......@@ -134,12 +134,14 @@ doctest:
# Building stage
# ===========================================================
# check if we are able to build a wheel
# and if the import works
wheel:
stage: build
script:
- pip install wheel
- pip wheel .
- pip install .
- python -c 'import saqc; print(f"{saqc.__version__=}")'
docs:
stage: build
......
......@@ -39,7 +39,7 @@ setup(
"numpy",
"outlier-utils",
"pyarrow",
"pandas",
"pandas>=2.0.0",
"scikit-learn",
"scipy",
"typing_extensions",
......
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