Skip to content

Commit

Permalink
Merge pull request #12 from google-research/test_631579069
Browse files Browse the repository at this point in the history
Internal bugfix.
  • Loading branch information
raj-sinha committed May 8, 2024
2 parents 06f3f27 + a7a139a commit 8c8e896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions spade_anomaly_detection/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c8e896

Please sign in to comment.