From 842a34d12967fa08e8e5696e2d69813b60442836 Mon Sep 17 00:00:00 2001 From: Francesco Ballarin Date: Sun, 31 Dec 2023 15:53:44 +0100 Subject: [PATCH] nbvalx is now available on PyPI --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e32993..accbc58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,13 +72,13 @@ lint = [ tests = [ "coverage[toml]", "nbqa", - "nbvalx[unit_tests] @ git+https://github.com/multiphenics/nbvalx.git", + "nbvalx[unit_tests]", "pytest", "scipy" ] tutorials = [ "gmsh", - "nbvalx[notebooks] @ git+https://github.com/multiphenics/nbvalx.git", + "nbvalx[notebooks]", "rbnicsx[backends]", "viskex @ git+https://github.com/viskex/viskex.git" ]