Skip to content

Commit

Permalink
Merge pull request #30 from liamdugan/dependencyfix
Browse files Browse the repository at this point in the history
Bump numpy and pandas version
  • Loading branch information
liamdugan authored Jan 13, 2025
2 parents 14714e3 + 5d55c0b commit 71958c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"numpy>=1.24.0,<1.26.0",
"pandas~=2.0.3",
"numpy~=1.26.4",
"pandas~=2.2.2",
"scikit-learn~=1.3.2",
"tqdm",
]
Expand Down
2 changes: 1 addition & 1 deletion raid/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.9"
__version__ = "0.1.0"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pandas~=2.0.3
pandas~=2.2.2
numpy~=1.26.4
tqdm~=4.66.4
torch~=2.3.0
transformers~=4.41.1
Expand Down

0 comments on commit 71958c1

Please sign in to comment.