Hi, thanks for the great library. I noticed that there are no versions specified for some of the dependencies (pandas, geopandas, numpy). This caused issues for me because my project's requirements installs pandas 1.4.4. I can then install gtfs_functions with no issues, but when I try to run the code I get runtime errors due to gtfs_functions relying on newer syntax of pandas.
For example, with pandas 1.4.4, gtfs_functions 2.1:
Hi, thanks for the great library. I noticed that there are no versions specified for some of the dependencies (pandas, geopandas, numpy). This caused issues for me because my project's requirements installs pandas 1.4.4. I can then install gtfs_functions with no issues, but when I try to run the code I get runtime errors due to gtfs_functions relying on newer syntax of pandas.
For example, with pandas 1.4.4, gtfs_functions 2.1:
produces an error on line 4:
There's no issue if I install the latest version of pandas (or install gtfs_functions before installing pandas).
Thanks for your time!