Skip to content

Commit

Permalink
update to latest versions of libraries | Python3.12 & torch 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloOLIVIER committed Nov 29, 2024
1 parent 92753f6 commit d8fc140
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
python-version: [3.8] # Specify the Python versions you want to test
python-version: [3.12] # Specify the Python versions you want to test
#TODO: upgrade whole project to latest Python version

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This repository consists of three Python scripts

### Prerequisites

The provided codebase has been tested on Python 3.8.1 and Torch 1.10
The provided codebase has been tested on Python 3.12 and Torch 2.5


### Training the Hnet
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ipython==8.12.3
matplotlib==3.7.5
numpy==1.24.4
scikit-learn==1.3.2
scipy==1.10.1
torch==1.10.0
torchaudio==0.10.0
matplotlib>=3.9.2
numpy>=2.1.3
scikit-learn>=1.5.2
scipy>=1.14.1
torch>=2.5.1
torchaudio>=2.5.1
tensorboard>=2.18.0

0 comments on commit d8fc140

Please sign in to comment.