Files
quantconnect--lean/Algorithm.Python/packages.config
T
AlexCatarino d91cad3123 Updates pythonnet to 1.0.5.17
- Updates PythonNet to 1.0.5.17
  -  Improve performance by adding new `interop` `type` cache holding a `bool`, true if its an `exception`. And adding a `setter` and `getter` cache for the `propertyobject`. Closes #2925.
  - Decimal parsing allows numeric string in exponential notation. Closes #2918 #2919.

Closes #2929
2019-02-22 17:46:59 +00:00

4 lines
150 B
XML

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="QuantConnect.pythonnet" version="1.0.5.17" targetFramework="net452" />
</packages>