Skip to content

Commit 046ef06

Browse files
net10 fix: Update clr-loader
1 parent 2e67b9a commit 046ef06

14 files changed

+14
-14
lines changed

.github/workflows/research-regression-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
shell: bash
2929
run: |
3030
# install dependencies
31-
pip3 install papermill==2.4.0 clr-loader==0.1.6
31+
pip3 install papermill==2.4.0 clr-loader==0.2.9
3232
# install kernel
3333
dotnet tool install -g --no-cache --version 1.0.661703 --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive
3434
# Add dotnet tools to Path

Algorithm.CSharp/QuantConnect.Algorithm.CSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>portable</DebugType>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.51" />
35+
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.52" />
3636
<PackageReference Include="Accord" Version="3.6.0" />
3737
<PackageReference Include="Accord.Fuzzy" Version="3.6.0" />
3838
<PackageReference Include="Accord.MachineLearning" Version="3.6.0" />

Algorithm.Framework/QuantConnect.Algorithm.Framework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageLicenseFile>LICENSE</PackageLicenseFile>
3030
</PropertyGroup>
3131
<ItemGroup>
32-
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.51" />
32+
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.52" />
3333
<PackageReference Include="Accord" Version="3.6.0" />
3434
<PackageReference Include="Accord.Math" Version="3.6.0" />
3535
<PackageReference Include="Accord.Statistics" Version="3.6.0" />

Algorithm.Python/QuantConnect.Algorithm.Python.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<Compile Include="..\Common\Properties\SharedAssemblyInfo.cs" Link="Properties\SharedAssemblyInfo.cs" />
3838
</ItemGroup>
3939
<ItemGroup>
40-
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.51" />
40+
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.52" />
4141
</ItemGroup>
4242
<ItemGroup>
4343
<Content Include="OptionUniverseFilterGreeksShortcutsRegressionAlgorithm.py" />

Algorithm/QuantConnect.Algorithm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageLicenseFile>LICENSE</PackageLicenseFile>
3030
</PropertyGroup>
3131
<ItemGroup>
32-
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.51" />
32+
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.52" />
3333
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
3434
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
3535
<PackageReference Include="NodaTime" Version="3.0.5" />

AlgorithmFactory/QuantConnect.AlgorithmFactory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2929
</PropertyGroup>
3030
<ItemGroup>
31-
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.51" />
31+
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.52" />
3232
<PackageReference Include="NodaTime" Version="3.0.5" />
3333
</ItemGroup>
3434
<ItemGroup>

Common/QuantConnect.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Message Text="SelectedOptimization $(SelectedOptimization)" Importance="high" />
3636
</Target>
3737
<ItemGroup>
38-
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.51" />
38+
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.52" />
3939
<PackageReference Include="CloneExtensions" Version="1.3.0" />
4040
<PackageReference Include="fasterflect" Version="3.0.0" />
4141
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />

DockerfileJupyter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
2222
chmod +x /usr/local/bin/tini
2323

2424
# Install clr-loader for PythonNet
25-
RUN pip install --no-cache-dir clr-loader==0.1.6
25+
RUN pip install --no-cache-dir clr-loader==0.2.9
2626

2727
# Install .NET Interactive to support C# in Jupyter notebooks
2828
ENV PATH="${PATH}:/root/.dotnet/tools"

Engine/QuantConnect.Lean.Engine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<Message Text="SelectedOptimization $(SelectedOptimization)" Importance="high" />
4242
</Target>
4343
<ItemGroup>
44-
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.51" />
44+
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.52" />
4545
<PackageReference Include="fasterflect" Version="3.0.0" />
4646
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
4747
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />

Indicators/QuantConnect.Indicators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<Message Text="SelectedOptimization $(SelectedOptimization)" Importance="high" />
3232
</Target>
3333
<ItemGroup>
34-
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.51" />
34+
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.52" />
3535
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
3636
</ItemGroup>
3737
<ItemGroup>

0 commit comments

Comments
 (0)