diff --git a/Tests/Validations/Pandas_TA.cs b/Tests/Validations/Pandas_TA.cs index 67b86791..ce5224c8 100644 --- a/Tests/Validations/Pandas_TA.cs +++ b/Tests/Validations/Pandas_TA.cs @@ -29,8 +29,8 @@ public class PandasTA : IDisposable Installer.InstallPath = Path.GetFullPath("."); Installer.SetupPython().Wait(); Installer.TryInstallPip(); - //Installer.PipInstallModule("pandas-ta"); - Installer.PipInstallModule("git+https://github.com/twopirllc/pandas-ta@development"); + Installer.PipInstallModule("pandas-ta"); + //Installer.PipInstallModule("git+https://github.com/twopirllc/pandas-ta@development"); Runtime.PythonDLL = OStype; PythonEngine.Initialize();