Update docs dependencies; re-run notebooks

This commit is contained in:
2025-06-10 12:28:39 -05:00
parent e0b4181579
commit a306f0df26
10 changed files with 388 additions and 302 deletions

View File

@@ -7,6 +7,10 @@ VERSION := 0.4
all: docs test
conda-create:
conda env remove -n miplearn
conda create -n miplearn python=3.12
clean:
rm -rf build/* dist/*