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
`lazy_loader` makes it easy to load subpackages and functions on demand.
5
+
`lazy-loader` makes it easy to load subpackages and functions on demand.
6
6
7
7
## Motivation
8
8
@@ -14,10 +14,10 @@ For a more detailed discussion, see [the SPEC](https://scientific-python.org/spe
14
14
## Installation
15
15
16
16
```
17
-
pip install -U lazy_loader
17
+
pip install -U lazy-loader
18
18
```
19
19
20
-
We recommend using `lazy_loader` with Python >= 3.11.
20
+
We recommend using `lazy-loader` with Python >= 3.11.
21
21
If using Python 3.11, please upgrade to 3.11.9 or later.
22
22
If using Python 3.12, please upgrade to 3.12.3 or later.
23
23
These versions [avoid](https://github.com/python/cpython/pull/114781) a [known race condition](https://github.com/python/cpython/issues/114763).
0 commit comments