You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run into a few unreported headaches trying to test with pyairports as well.
The only use for pyairports in outlines is outlines.types.airports, in which we load AIRPORT_IATA_LIST. pyairports isn't maintained, so the list is presumably out of date.
How would you like it to behave?
We should remove the pyairports dependency and use a different package.
What behavior of the library made you think about the improvement?
We currently rely on a poorly maintained package,
pyairports
. The way this package is structured has caused a few build / test issuespycountry
andpyairports
#934The only use for pyairports in outlines is
outlines.types.airports
, in which we loadAIRPORT_IATA_LIST
. pyairports isn't maintained, so the list is presumably out of date.How would you like it to behave?
We should remove the
pyairports
dependency and use a different package.The text was updated successfully, but these errors were encountered: