Epistimio / orion

Asynchronous Distributed Hyperparameter Optimization.
https://orion.readthedocs.io
Other
283 stars 52 forks source link

Add py.typed as per PEP 561 #1110

Closed NeilGirdhar closed 1 year ago

NeilGirdhar commented 1 year ago

Without this, MyPy complains that there are no stubs for orion, which is a shame because orion has plenty of type annotations.