Skip to content

Commit

Permalink
pkg: drop Pandas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Miksus committed Jul 12, 2022
1 parent 3ee56a2 commit c57a932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Minimum requirements
pandas
pydantic
redbird>=0.5.0
redbird>=0.5.0
python-dateutil
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
python_requires='>=3.7.0',

install_requires = [
'pandas', 'redbird>=0.5.0', 'pydantic'
'python-dateutil', 'redbird>=0.5.0', 'pydantic'
],
)

0 comments on commit c57a932

Please sign in to comment.