Skip to content

Commit

Permalink
update pandas version close #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bury committed Mar 11, 2022
1 parent 4d537d9 commit 5330e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arfs/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__title__ = "arfs"
__description__ = "All Relevant Feature Selection"
__version__ = "0.3.2"
__version__ = "0.3.3"
__author__ = "Thomas Bury"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lightgbm==3.3.2
matplotlib==3.5.1
numpy==1.21.2
palettable==3.3.0
pandas==1.3.5
pandas==1.4.1
panel==0.12.6
scikit_learn==1.0.2
scipy==1.7.3
Expand Down

0 comments on commit 5330e9b

Please sign in to comment.