diff --git a/.binder/environment.yml b/.binder/environment.yml index 2e8c295eb..68464f2ea 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.17 -- distributed =2024.4.2 +- distributed =2024.5.0 - h5io_browser =0.0.10 - python >= 3.10 - lammps diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 1b4b04772..ecc8030c3 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -19,5 +19,5 @@ dependencies: - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.17 -- distributed =2024.4.2 +- distributed =2024.5.0 - h5io_browser =0.0.10 diff --git a/docs/environment.yml b/docs/environment.yml index 04e54d4a4..ac559dc47 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -24,5 +24,5 @@ dependencies: - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.17 -- distributed =2024.4.2 +- distributed =2024.5.0 - h5io_browser =0.0.10 diff --git a/setup.py b/setup.py index 5a4acacea..99ab1b831 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ 'moto==5.0.6' ], 'tinybase': [ - 'distributed==2024.4.2', + 'distributed==2024.5.0', 'pympipool==0.7.17', 'h5io_browser==0.0.10', ]