Skip to content

Commit

Permalink
Merge pull request #45 from Oxen-AI/update-dependency-versions
Browse files Browse the repository at this point in the history
Update numpy and pyarrow to support Python 3.12
  • Loading branch information
gschoeni committed Mar 26, 2024
2 parents 7cd5dfe + d541e98 commit a21f48c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions oxen/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ classifiers = [
dependencies = [
"pandas==2.0.1",
"polars==0.17.11",
"pyarrow==12.0.0",
"pyarrow==15.0.*",
"opencv-python-headless==4.7.0.72",
"numpy==1.24.3",
"numpy==1.26.4",
"tqdm==4.65.0",
"toml==0.10.2",
"requests==2.31.0",
Expand Down
4 changes: 2 additions & 2 deletions oxen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pytest==7.3.1
ruff==0.0.263
pandas==2.0.1
polars==0.17.11
pyarrow==12.0.0
pyarrow==15.0.*
opencv-python-headless==4.7.0.72
numpy==1.24.3
numpy==1.26.4
tqdm==4.65.0
toml==0.10.2
tensorflow==2.13.0rc1
Expand Down

0 comments on commit a21f48c

Please sign in to comment.