Skip to content

Commit

Permalink
[Bug Fix] Fix vulnerability on Pyarrow and Transformer version (#768)
Browse files Browse the repository at this point in the history
*Issue #, if available:*

*Description of changes:*


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
jalencato authored Mar 13, 2024
1 parent 1057370 commit f042050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphstorm-processing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
[tool.poetry.dependencies]
python = "~3.9.12"
pyspark = ">=3.3.0, < 3.5.0"
pyarrow = "~13.0.0"
pyarrow = "~14.0.1"
boto3 = "~1.28.1"
joblib = "^1.3.1"
pandas = "^1.3.5"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def find_version(*file_paths):
requirements = [
'h5py',
'pyarrow',
'transformers==4.28.1',
'transformers==4.36.0',
'pandas',
'scikit-learn',
'ogb==1.3.6',
Expand Down

0 comments on commit f042050

Please sign in to comment.