Skip to content

Commit

Permalink
update pycodestyle to 2.11.1 and uszipcode to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent 597b71e commit a1989a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/augmentation/uszipcode_features_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import datatable as dt
import numpy as np

_global_modules_needed_by_name = ['pycodestyle==2.7.0', 'uszipcode==0.2.6']
_global_modules_needed_by_name = ['pycodestyle==2.11.1', 'uszipcode==1.0.1']
from uszipcode import SearchEngine


Expand Down

0 comments on commit a1989a7

Please sign in to comment.