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
The generation requirements include a temporary `setuptools<81` compatibility pin because Hyperopt 0.2.7 imports `pkg_resources`. This workaround is generation-specific and is not needed for analysis-only notebooks.
176
+
The generation requirements use Hyperopt 0.3.0 or newer, which supports current
177
+
Python packaging tools without the removed `pkg_resources` API.
177
178
178
179
<!-- the following `pip`command can install this package -->
Copy file name to clipboardExpand all lines: examples/wishart_n_50_alpha_0.5/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ Install the generation dependencies from this directory with:
29
29
pip install -r ../../requirements-generation.txt
30
30
```
31
31
32
-
`requirements-generation.txt` includes a temporary `setuptools<81` compatibility pin for Hyperopt 0.2.7, which imports `pkg_resources`. This pin is only for generation workflows and is not required to run analysis notebooks.
32
+
`requirements-generation.txt` uses Hyperopt 0.3.0 or newer, which supports
33
+
current Python packaging tools without the removed `pkg_resources` API.
33
34
34
35
These generation-only dependencies are imported lazily by `wishart_runs.py`, so importing the analysis helpers in `wishart_ws.py` does not require them.
0 commit comments