Update user_project_ci.yml
diff --git a/.github/workflows/user_project_ci.yml b/.github/workflows/user_project_ci.yml
index 9125576..cf49936 100644
--- a/.github/workflows/user_project_ci.yml
+++ b/.github/workflows/user_project_ci.yml
@@ -160,8 +160,8 @@
 
       - name: Install dependencies
         run: |
-          sudo apt-get install -y inkscape
           python -m pip install gdstk
+          python -m pip install numpy==1.23.5
           
       - name: Generate SVGs
         run: |