Skip to content

Commit

Permalink
Upgrade tensorflow version to 2.12 (#17)
Browse files Browse the repository at this point in the history
* Upgrade tensorflow version to 2.12 due to severe CVE in 2.10
* Version bump
  • Loading branch information
ThomasGesseyJones committed May 5, 2024
1 parent f9a6ae9 commit 27bcbba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Overview

:Name: Fully Bayesian Forecast Example
:Author: Thomas Gessey-Jones
:Version: 0.2.1
:Version: 0.2.2
:Homepage: https://github.com/ThomasGesseyJones/FullyBayesianForecastsExample
:Letter: https://ui.adsabs.harvard.edu/abs/2023arXiv230906942G

Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ pydocstyle == 6.3.0

# Functionallity
globalemu == 1.6.0
tensorflow == 2.10.1
numpy == 1.24.4
keras == 2.10.0
tensorflow == 2.12.0
numpy == 1.23.5
matplotlib == 3.7.1
nvidia-cudnn-cu11 == 8.6.0.163
pandas == 2.0.3
Expand All @@ -17,4 +16,4 @@ pypolychord == 1.22.1
scipy == 1.10.1
mpi4py == 3.1.4
scikit-learn == 1.3.2
anesthetic == 2.7.0
anesthetic == 2.7.0

0 comments on commit 27bcbba

Please sign in to comment.