Skip to content

Commit 54bb9e9

Browse files
committed
remove 3.8 from docs reference
1 parent 9e8e5d7 commit 54bb9e9

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

docs/source/user_guide/operators/anomaly_detection_operator/faq.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ More details in the documentation here: https://docs.oracle.com/en-us/iaas/tools
99
**How do I learn More about AutoTS?**
1010

1111
More details in the documentation here: https://winedarksea.github.io/AutoTS/build/html/source/tutorial.html
12-
13-
**Pip Install Failing with "ERROR: No matching distribution found for oracle-automlx==23.4.1; extra == "forecast""**
14-
15-
Automlx only supports Python<=3.8, != 3.9, <= 3.10.7 . If you are builing in Python 3.9 or 3.10.8+, no automlx distribution will be available. It's recommended to use the conda pack available through Notebook Sessions, or to use Python 3.8

docs/source/user_guide/operators/anomaly_detection_operator/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Installing Through PyPi
1212

1313
If you are running the operator from outside of a Notebook Session, you may download ``oracle_ads[anomaly]`` from pypi.
1414

15-
*Note: Due to our dependence on Automlx, ``oracle_ads[anomaly]`` only supports Python<=3.8, != 3.9, <= 3.10.7 . Python 3.8 is the recommended version.*
15+
*Note: Python 3.10 is recommended.*
1616

1717
.. code-block:: bash
1818

docs/source/user_guide/operators/forecasting_operator/faq.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ More details in the documentation here: https://docs.oracle.com/en-us/iaas/tools
99
**How do I learn More about AutoTS?**
1010

1111
More details in the documentation here: https://winedarksea.github.io/AutoTS/build/html/source/tutorial.html
12-
13-
**Pip Install Failing with "ERROR: No matching distribution found for oracle-automlx==23.4.1; extra == "forecast""**
14-
15-
Automlx only supports Python<=3.8, != 3.9, <= 3.10.7 . If you are builing in Python 3.9 or 3.10.8+, no automlx distribution will be available. It's recommended to use the conda pack available through Notebook Sessions, or to use Python 3.8

docs/source/user_guide/operators/forecasting_operator/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Installing Through PyPi
1212

1313
If you are running the operator from outside of a Notebook Session, you may download ``oracle_ads[forecast]`` from pypi.
1414

15-
*Note: Due to our dependence on Automlx, ``oracle_ads[forecast]`` only supports Python<=3.8, != 3.9, <= 3.10.7 . Python 3.8 is the recommended version.*
15+
*Note: Python 3.10 is recommended.*
1616

1717
.. code-block:: bash
1818

0 commit comments

Comments
 (0)