Skip to content

Commit

Permalink
TF 2.17.0 and Python 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriks73 committed Oct 11, 2024
1 parent a9a82a3 commit 0ee0bc6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ 3.8 ]
python-version: [ 3.9, 3.10 , 3.11, 3.12 ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'
- name: Install dependencies
run: |
sudo apt-get install libsndfile1
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changes
=======

0.0.8:
- Moved to TensorFlow 2.4.1 and Python 3.8
- Moved to TensorFlow 2.17.0 and Python 3.9

0.0.7:
- Added DOIs to bibtex entries.
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ For programmatic use via the Python API, please see `here <#programmatic-usage>`
Installation
============

In a clean Python 3.8 environment, simply run:
In a clean Python 3.9 environment, simply run:

.. code-block:: console
pip install tempocnn
If you rather want to install from source, clone this repo and run
``setup.py install`` using Python 3.8:
``setup.py install`` using Python 3.9:

.. code-block:: console
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
jams>=0.3.1
librosa==0.9.2
librosa>=0.9.0
matplotlib>=3.0.0
scipy>=1.5.3
setuptools>=59.6.0
tensorflow==2.4.1

scipy>=1.10.0
setuptools>=65.5.1
tensorflow==2.17.0

0 comments on commit 0ee0bc6

Please sign in to comment.