Skip to content

Commit

Permalink
Temporary tensorflow fix (#61)
Browse files Browse the repository at this point in the history
* upper limit on tensorflow package

* version bump

* hmm pandas conflict so removed and let the anesthetic install/pip try to fix it

* hmm installing anesthetic twice

* hmm need to downgrade tensorflow-probability for tf<2.14.0
  • Loading branch information
htjb authored Apr 2, 2024
1 parent 3b0ce70 commit 60f7685
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 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 @@ Introduction

:margarine: Marginal Bayesian Statistics
:Authors: Harry T.J. Bevins
:Version: 1.2.7
:Version: 1.2.8
:Homepage: https://github.com/htjb/margarine
:Documentation: https://margarine.readthedocs.io/

Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
numpy
tensorflow-macos; sys_platform == 'darwin'
tensorflow; sys_platform != 'darwin'
tensorflow_probability
tensorflow-macos<2.14.0; sys_platform == 'darwin'
tensorflow<2.14.0; sys_platform != 'darwin'
tensorflow_probability<0.21.0
anesthetic
scipy
pandas
scikit-learn
tqdm
4 changes: 1 addition & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
https://github.com/handley-lab/anesthetic/archive/master.zip
pandas
torch
torch

0 comments on commit 60f7685

Please sign in to comment.