diff --git a/environment-dev.yml b/environment-dev.yml index db72b137..5eed0edc 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -35,6 +35,9 @@ dependencies: - xclim >=0.55, <0.56 - xesmf >=0.7, !=0.8.8 - zarr >=2.13, <3 + - xsdba >=0.2.0 + - pip: + - git+https://git@github.com/Ouranosinc/xsdba.git@main # FIXME: Remove when xsdba v0.3.0 is released # Opt - nc-time-axis >=1.3.1 - pyarrow >=10.0.1 diff --git a/environment.yml b/environment.yml index ff455a57..df36f612 100644 --- a/environment.yml +++ b/environment.yml @@ -35,6 +35,10 @@ dependencies: - xclim >=0.55, <0.56 - xesmf >=0.7, !=0.8.8 - zarr >=2.13, <3 + - xsdba >=0.2.0 + - pip: + - git+https://git@github.com/Ouranosinc/xsdba.git@main # FIXME: Remove when xsdba v0.3.0 is released + # To install from source - flit >=3.10.1,<4.0 # Opt diff --git a/pyproject.toml b/pyproject.toml index c2e0fc60..939479fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ "sparse", "toolz", "xarray >=2023.11.0, !=2024.6.0", - "xsdba@git+https://git@github.com/Ouranosinc/xsdba.git@naming_conventions", + "xsdba @ git+https://git@github.com/Ouranosinc/xsdba.git@main", "xclim >=0.55, <0.56", "zarr >=2.13,<3" ]