DockerfileLeanFoundation package updates and new additions #5072
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is on top of #5036
Package updates and new installs included in this PR:
seaborn (Closes #2568)
pyflux (Closes #4499)
optuna (Closes #4528)
sklearn (Updated, closes #4587)
ntlk.download('stopwords') (Closes #4588)
findiff (Closes #4624)
sktime (Closes #4627)
sktime-dl (Closes #4627)
hyperopt (Closes #4629)
bayesian-optimization (Closes #4651)
rpy2 (Closes #4746)
pingouin (Closes #4782)
quantecon (Closes #4813)
matplotlib (Updated)
torch-scatter, torch-sparse, torch-cluster, torch-spline-conv, torch-geometric (Partial of #4857)
Packages that are pending addition or are unable to be added at the moment:
pysde (TODO, unable to be installed)
pandas_market_calendars (TODO, review dependencies)
feature-selector (TODO, has strict package requirements)
tensorforce (TODO, requires tensorflow2)
tensorflow2 (TODO)
sagemaker (TODO)
nbeats (TODO, requires tensorflow2)
dgl (TODO, requires custom build w/ build-essentials)
stellargraph (TODO)
ruptures (TODO)
simpy (TODO)
coach (TODO, requires apt-get installs)
stable-baselines3 (TODO, might be incompatible)
modin (TODO)
Related Issue
Issues posted in description
Motivation and Context
Adds user requested packages
Requires Documentation Change
Yes, update package list on QC docs website
How Has This Been Tested?
Ran all tests, all passing
Might require some new package version tests
Types of changes
Checklist:
bug-<issue#>-<description>orfeature-<issue#>-<description>