Skip to content

Commit

Permalink
Merge pull request #22 from VowpalWabbit/bump_version
Browse files Browse the repository at this point in the history
Bump version and lock dependency versions
  • Loading branch information
olgavrou authored Oct 26, 2023
2 parents e30036f + 8209acd commit fce4bad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
name="learn_to_pick",
version=version,
install_requires=[
"numpy",
"pandas",
"vowpal-wabbit-next",
"sentence-transformers",
"numpy>=1.24.4",
"pandas>=2.0.3",
"vowpal-wabbit-next==0.7.0",
"sentence-transformers>=2.2.2",
"torch",
"pyskiplist",
"parameterfree",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2

0 comments on commit fce4bad

Please sign in to comment.