mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 19:59:56 +02:00
remove Python 3.12 from tests again for now
This commit is contained in:
parent
c3d9315b9e
commit
1469dd505f
3 changed files with 10 additions and 10 deletions
2
.github/workflows/test-eynollah.yml
vendored
2
.github/workflows/test-eynollah.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
python-version: ['3.8', '3.9', '3.10', '3.11']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
@ -23,11 +23,11 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ocrd >= 2.63.3",
|
"ocrd >= 2.63.3",
|
||||||
"numpy <1.24.0",
|
"numpy <= 1.24.4",
|
||||||
"scikit-learn >= 1.3.2",
|
"scikit-learn <= 1.3.2",
|
||||||
"tensorflow == 2.12.1",
|
"tensorflow <= 2.13.1",
|
||||||
"imutils >= 0.5.4",
|
"imutils >= 0.5.4",
|
||||||
"matplotlib",
|
"matplotlib <= 3.7.5",
|
||||||
"setuptools >= 61",
|
"setuptools >= 61",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# ocrd includes opencv, numpy, shapely, click
|
# ocrd includes opencv, numpy, shapely, click
|
||||||
ocrd >= 2.63.3
|
ocrd >= 2.63.3
|
||||||
numpy <1.24.0
|
numpy <= 1.24.4
|
||||||
scikit-learn == 1.3.2 # only version supporting Python 3.8-3.12
|
scikit-learn <= 1.3.2
|
||||||
tensorflow == 2.12.1
|
tensorflow <= 2.13.1
|
||||||
imutils >= 0.5.4
|
imutils >= 0.5.4
|
||||||
matplotlib
|
matplotlib <= 3.7.5
|
||||||
setuptools >= 50
|
setuptools >= 61
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue