From a8f41270be7049392548b318cebb3360c9af1232 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20M=C3=B6bius?= <moebius@cs.rwth-aachen.de>
Date: Mon, 13 May 2024 12:47:28 +0200
Subject: [PATCH] Install dependencies

---
 CI/build-3.12-VS2019.bat | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CI/build-3.12-VS2019.bat b/CI/build-3.12-VS2019.bat
index 569e187..2b5a6ef 100644
--- a/CI/build-3.12-VS2019.bat
+++ b/CI/build-3.12-VS2019.bat
@@ -2,4 +2,6 @@ set PATH=C:\Program Files\Python312;C:\Program Files\Python312\Scripts;C:\Progra
 virtualenv.exe -p "C:\Program Files\Python312\python.exe" .
 call .\Scripts\activate
 python -m pip install setuptools
+python -m pip install numpy
+python -m pip install wheel
 python setup.py bdist_wheel --dist-dir dist3
-- 
GitLab