mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Manually downgrades reportlab, no 3.9 wheel was built yet
This commit is contained in:
parent
99b9acf368
commit
b9fffa30bb
@ -83,7 +83,8 @@ pyyaml==6.0
|
|||||||
pyzbar==0.1.9
|
pyzbar==0.1.9
|
||||||
redis==4.3.3
|
redis==4.3.3
|
||||||
regex==2022.3.2; python_version >= '3.6'
|
regex==2022.3.2; python_version >= '3.6'
|
||||||
reportlab==3.6.10; python_version >= '3.7' and python_version < '4'
|
# Manual downgrade until piwheel is working with this package again
|
||||||
|
reportlab==3.6.9; python_version >= '3.7' and python_version < '4'
|
||||||
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||||
scikit-learn==1.0.2
|
scikit-learn==1.0.2
|
||||||
scipy==1.8.1; python_version < '3.11' and python_version >= '3.8'
|
scipy==1.8.1; python_version < '3.11' and python_version >= '3.8'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user