Forecasting sdk and environment changes #3381
Merged
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
Updating
conda-3-9-env-full.yml
to useu8darts
instead ofu8darts[torch]
because they point to the same conda-forge source (this fixes #3348). Additionally, fixing dependency version issues which were identified when creating a new environment with forecasting and installing the sdk. Lastly, updating theSDK_README.md
to demonstrate the proper way to create an environment if the user would like to utilize forecasting features.Working forecasting menu installed by created an environment with
conda create -n <environment> -c conda-forge python=3.9.6 u8darts=0.22.0 pytorch-lightning=1.6.5 -y
Only one pre-commit issue was flagged but it is acceptable because it is related to an example secret in
SDK_README.md
Others