Kismuz / btgym

Scalable, event-driven, deep-learning-friendly backtesting library
https://kismuz.github.io/btgym/
GNU Lesser General Public License v3.0
979 stars 259 forks source link

matplotlib upgrade? #118

Closed Colin123 closed 4 years ago

Colin123 commented 4 years ago

Use this template when reporting bugs, errors or unexpected behaviour. Override for general questions, feature requests, proposals etc.

Running environment:

MacOs Mojave 10.14.6 (18G95) Are there any plans to upgrade from matplotlib 2.0.2 to a newer version? The standard headers are not found any more, related to these threads. I'm trying to make some workarounds but if you are planning to upgrade matplotlib then I won't have to do that.

Thanks

https://docs.brew.sh/C++-Standard-Libraries https://forums.developer.apple.com/thread/106114 Xcode 10 beta 4 - stdlibc++ headers not found;

Kismuz commented 4 years ago

@Colin123 , no I do not plan to make this upgrade due to: https://github.com/Kismuz/btgym/issues/19#issuecomment-347000601

if mem. leakage confirmed to be removed in latest release it can be done though

Colin123 commented 4 years ago

ok thanks. i've switched to using an ubuntu vm in the meantime. great work