diff --git a/.binder/environment.yml b/.binder/environment.yml index 2bd5d2218..ea388fc38 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -19,7 +19,7 @@ dependencies: - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.1 -- distributed =2023.9.3 +- distributed =2023.10.0 - python >= 3.10 - lammps - nglview >=3.0.8 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index e219b25d9..4fad2a889 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -19,4 +19,4 @@ dependencies: - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.1 -- distributed =2023.9.3 +- distributed =2023.10.0 diff --git a/docs/environment.yml b/docs/environment.yml index 6857d0a67..7b5bba592 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -21,4 +21,4 @@ dependencies: - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.1 -- distributed =2023.9.3 +- distributed =2023.10.0 diff --git a/setup.py b/setup.py index fa9f735b1..2d3c9918c 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ 'moto==4.2.6' ], 'tinybase': [ - 'distributed==2023.9.3', + 'distributed==2023.10.0', 'pympipool==0.7.1' ] },