diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 32137b9..e38fc92 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -19,7 +19,7 @@ jobs: steps: # Publish the package (if local `__version__` > pip version) - - uses: etils-actions/pypi-auto-publish@v1 + - uses: etils-actions/pypi-auto-publish@v1.5.2 with: pypi-token: ${{ secrets.PYPI_API_TOKEN }} parse-changelog: true diff --git a/spade_anomaly_detection/requirements.txt b/spade_anomaly_detection/requirements.txt index c9379b8..11ac821 100644 --- a/spade_anomaly_detection/requirements.txt +++ b/spade_anomaly_detection/requirements.txt @@ -18,5 +18,4 @@ google-cloud-storage==2.14.0 cloudml-hypertune==0.1.0.dev6 # Note to follow the known issues page on decision forests for Tensorflow # compatibility. https://www.tensorflow.org/decision_forests/known_issues -tensorflow_decision_forests==1.0.1 - +tensorflow_decision_forests==1.3.0