Skip to content

Commit

Permalink
Fix for CVE-2023-47248 (#504)
Browse files Browse the repository at this point in the history
* Explicitly install pyarrow>14.0.0
* PyArrow was originally installed by datasets package, latest version
  does not contain PyArrow update
  • Loading branch information
bandish-shah authored Nov 9, 2023
1 parent aded352 commit 1325087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

extra_deps['dev'] = [
'datasets>=2.4.0,<3',
'pyarrow>14.0.0',
'docformatter>=1.4',
'jupyter==1.0.0',
'pre-commit>=2.18.1,<4',
Expand Down

0 comments on commit 1325087

Please sign in to comment.