From 4acc52db3300b50d43640eb64d2b4cc233997678 Mon Sep 17 00:00:00 2001 From: Kaustubh Tangsali <71059996+ktangsali@users.noreply.github.com> Date: Fri, 21 Apr 2023 15:54:34 -0700 Subject: [PATCH] core version update (#11) Co-authored-by: Kaustubh Tangsali --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5a8e243..132ac26e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" requires-python = ">=3.7" license = {text = "Apache 2.0"} dependencies = [ - "nvidia-modulus @ git+https://github.com/NVIDIA/modulus.git@main", + "nvidia-modulus>=0.1.0", "hydra-core>=1.2.0", "termcolor>=2.1.1", "chaospy>=4.3.7",