Skip to content

Commit

Permalink
Merge pull request #785 from deezer/tf2.x
Browse files Browse the repository at this point in the history
Release constrains on tf version
  • Loading branch information
mmoussallam committed Sep 7, 2022
2 parents 4aba601 + cda6f4f commit bdc2772
Show file tree
Hide file tree
Showing 5 changed files with 859 additions and 763 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Install Poetry
run: |
pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog History

## 2.3.2

Release contrain on specific Tensorflow, numpy and Librosa versions
Dropping explicit support of python 3.6 but adding 3.10
## 2.3.0

Updating dependencies to enable TensorFlow 2.5 support (and Python 3.9 overall)
Expand Down

0 comments on commit bdc2772

Please sign in to comment.