Skip to content

Commit

Permalink
Merge pull request #8221 from gitcoinco/remove-pandas
Browse files Browse the repository at this point in the history
Remove pandas
  • Loading branch information
octavioamu authored Jan 8, 2021
2 parents 359d968 + 6349610 commit a47e128
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/townsquare/clr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import json
import time

import pandas as pd

match_amounts_to_estimate = [0, 0.1, 0.2, 0.3, 0.4, 0.5, 1, 5, 10, 100, 1000]
#match_amounts_to_estimate = [0.30]

Expand Down
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ django-oauth-toolkit
ddtrace
metadata-parser==0.10.0
redis==3.3.11
pandas
wiki
django-bulk-update
pdfrw
Expand Down

0 comments on commit a47e128

Please sign in to comment.