From 7f4ead6aae57cdbf67ee2d254f89ab87c9373e69 Mon Sep 17 00:00:00 2001 From: luigibonati Date: Thu, 1 Jun 2023 17:07:24 -0400 Subject: [PATCH] fix dependencies in pyproject --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a2e924b..4c66c2a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,11 +29,11 @@ requires-python = ">=3.8" # Declare any run-time dependencies that should be installed with the package. dependencies = [ "lightning", - "pytorch", + "torch", "numpy", "pandas", "matplotlib", - "kdepy" + "KDEpy" ] [project.urls]