Skip to content

Commit

Permalink
update zipcodes to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent a1989a7 commit 3a86608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/augmentation/uszipcode_features_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np
from abc import ABC, abstractmethod

_global_modules_needed_by_name = ['zipcodes==1.0.5']
_global_modules_needed_by_name = ['zipcodes==1.2.0']
import zipcodes


Expand Down

0 comments on commit 3a86608

Please sign in to comment.