Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ausgerechnet committed Feb 27, 2025
1 parent 7ab70ad commit 945efa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas>=2.2,2,<3.0
pandas>=2.2.2,<3.0
numpy>=2.0,<3.0
scipy>=1.13.0,<2.0
rbo>=0.1.3,<0.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
REQUIRES_PYTHON = '>=3.9'
REQUIRED = [
'wheel',
'pandas>=2.0,<3.0',
'pandas>=2.2.2,<3.0',
'numpy>=2.0,<3.0',
'scipy>=1.10.0,<2.0',
'scipy>=1.13.0,<2.0',
'rbo>=0.1.3,<0.2'
]

Expand Down

0 comments on commit 945efa9

Please sign in to comment.