tokencost
tokencost copied to clipboard
Bugfix for `update_prices.py` and updated dev dependencies
-
Fixes the exception
ValueError: Unknown format code 'f' for object of type 'str'This is encountered when running the script and is caused by the first row with thesample_specvalue which is a string. -
Added
tabulateandpandasdependencies These dependencies are added to thedevsection so that one can run this script if the packages are installed from the repo.