OpenFreeEnergy/alchemiscale
Replace `nest_asyncio` if possible in `AlchemiscaleClient`
オープン
#488 opened on 2026/03/11
component-user-clientgood first issue
Repository metrics
- Stars
- (35 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
nest_asyncio appears to no longer be developed, and though it appears to work fine for now, it may be worth pursuing alternatives. We only use it in a couple AlchemiscaleClient methods that make use of asyncio, allowing them to be used in e.g. Jupyter notebooks without issues.