Skip to content

Commit

Permalink
Updated installation instructions for new TensorFlow version for osl-…
Browse files Browse the repository at this point in the history
…dynamics.
  • Loading branch information
cgohil8 committed May 23, 2024
1 parent d95fd9d commit 31b8e31
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'OHBA Analysis Group'

# The full version, including alpha/beta/rc tags
release = '0.5.1'
release = '0.7.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions envs/linux-full-with-spyder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ dependencies:
- panel==1.2.3
- pqdm==0.2.0
- seaborn==0.13.0
- tensorflow==2.9.1
- tensorflow_probability==0.17.0
- tensorflow==2.11.0
- tensorflow_probability==0.19.0
- tqdm==4.66.1
- osfclient==0.0.5
- osl
Expand Down
4 changes: 2 additions & 2 deletions envs/linux-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dependencies:
- panel==1.2.3
- pqdm==0.2.0
- seaborn==0.13.0
- tensorflow==2.9.1
- tensorflow_probability==0.17.0
- tensorflow==2.11.0
- tensorflow_probability==0.19.0
- tqdm==4.66.1
- osfclient==0.0.5
- osl
Expand Down
4 changes: 2 additions & 2 deletions envs/mac-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dependencies:
- panel==1.2.3
- pqdm==0.2.0
- seaborn==0.13.0
- tensorflow-macos==2.9.1
- tensorflow_probability==0.17.0
- tensorflow-macos==2.11.0
- tensorflow_probability==0.19.0
- tqdm==4.66.1
- osfclient==0.0.5
- osl
Expand Down

0 comments on commit 31b8e31

Please sign in to comment.