Skip to content
Snippets Groups Projects
Commit a0723e77 authored by David Schäfer's avatar David Schäfer
Browse files

Merge branch 'version_bumps' into 'develop'

Version bumps

See merge request !602
parents 91f46948 8fa7b7b3
No related branches found
No related tags found
3 merge requests!685Release 2.4,!684Release 2.4,!602Version bumps
Pipeline #143613 passed with stages
in 11 minutes and 10 seconds
......@@ -109,7 +109,6 @@ python310:
reports:
junit: report.xml
doctest:
stage: test
script:
......
......@@ -273,7 +273,7 @@ To see all the results obtained so far, plotted in one figure window, we make us
.. doctest:: exampleOD
>>> data.to_df().plot()
<AxesSubplot:>
<AxesSubplot: >
.. plot::
:context:
......
......@@ -4,13 +4,12 @@
Click==8.1.3
dtw==1.4.0
hypothesis==6.55.0
matplotlib==3.5.3
numba==0.56.3
numpy==1.21.6
matplotlib==3.6.2
numba==0.56.4
numpy==1.23.5
outlier-utils==0.0.3
pyarrow==9.0.0
pyarrow==10.0.1
pandas==1.3.5
scikit-learn==1.0.2
scipy==1.7.3
typing_extensions==4.3.0
scikit-learn==1.2.0
scipy==1.10.0
typing_extensions==4.4.0
......@@ -34,7 +34,7 @@ setup(
"dtw",
"matplotlib>=3.4",
"numba",
"numpy",
"numpy<1.24",
"outlier-utils",
"pyarrow",
"pandas>=1.2,<1.5",
......
......@@ -2,8 +2,9 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
beautifulsoup4==4.11.1
hypothesis==6.61.0
Markdown==3.3.7
pytest==7.1.3
pytest-lazy-fixture==0.6.3
Markdown==3.3.7
beautifulsoup4==4.11.1
requests==2.27.1
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