Skip to content
Snippets Groups Projects

Bump to v2.0.0

Merged Paul McCarthy requested to merge rel/2.0.0 into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -3,9 +3,9 @@
# The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-osl-dynamics.git
{% set name = 'fsl-osl-dynamics' %}
{% set version = 'v1.4.5' %}
{% set version = 'v2.0.0' %}
{% set repository = 'https://github.com/OHBA-analysis/osl-dynamics.git' %}
{% set build = '1' %}
{% set build = '0' %}
package:
name: {{ name }}
@@ -37,7 +37,7 @@ requirements:
- matplotlib
- mne
- numba 0.58
- nibabel
- nibabel
- nilearn
- numpy
- osfclient
Loading