Skip to content

Commit

Permalink
Upgrade Pandas and remove xlrd
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobehling authored Jan 22, 2024
1 parent ee80984 commit 0b3059f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ numpy==1.24.*
orjson==3.9.*
openpyxl~=3.1.2
Pillow==10.2.*
pandas~=1.3.5 # do not update, newer version wants us to use openpyxl instead of xlrd which has different error handling
pandas==2.1.*
pdf2image==1.16.*
pdfrw==0.4
pyjwt==2.8.*
Expand All @@ -32,7 +32,6 @@ requests==2.31.*
sentry-sdk==1.30.*
tqdm==4.66.*
websockets==12.*
xlrd~=1.2.0 # do not update, 2.x does not support .xlsx, only .xls

# deploy
psycopg2==2.9.9
Expand Down

0 comments on commit 0b3059f

Please sign in to comment.