Skip to content

Commit

Permalink
rm rbo req
Browse files Browse the repository at this point in the history
  • Loading branch information
ausgerechnet committed Feb 27, 2025
1 parent 945efa9 commit 0b346ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions association_measures/comparisons.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"""


from rbo import RankingSimilarity
# from rbo import RankingSimilarity


def compare_rbo(df1, df2, p):
# def compare_rbo(df1, df2, p):

return RankingSimilarity(df1.index, df2.index).rbo(p=p)
# return RankingSimilarity(df1.index, df2.index).rbo(p=p)


def compare_gwets_ac1(df1, df2):
# def compare_gwets_ac1(df1, df2):

pass
# pass
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pandas>=2.2.2,<3.0
numpy>=2.0,<3.0
scipy>=1.13.0,<2.0
rbo>=0.1.3,<0.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'pandas>=2.2.2,<3.0',
'numpy>=2.0,<3.0',
'scipy>=1.13.0,<2.0',
'rbo>=0.1.3,<0.2'
# 'rbo>=0.1.3,<0.2'
]

here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 0b346ea

Please sign in to comment.