Skip to content

Commit

Permalink
[PATCH] Require Pandas 1.2.0 (#281)
Browse files Browse the repository at this point in the history
* coalesce data_types into data_type_lookup

* merge fixed

* merge conflicts

* first commit

* requirements.txt updated for pandas 1.2.2
  • Loading branch information
jinimukh committed Feb 21, 2021
1 parent c4229a0 commit 4b0a358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scipy>=1.3.3
altair>=4.0.0
numpy>=1.16.5
pandas>=1.1.0
pandas>=1.2.0
scikit-learn>=0.22
matplotlib>=3.0.0
# Install only to use SQLExecutor
Expand Down

0 comments on commit 4b0a358

Please sign in to comment.