diff --git a/environment.yml b/environment.yml index 8b8ae1c40f..e929111b49 100644 --- a/environment.yml +++ b/environment.yml @@ -92,7 +92,7 @@ dependencies: - imagehash - isort ==5.13.2 - pre-commit - # - prospector # needs support for Python 3.12 + - prospector >=1.12 # earliest support for Python 3.12 - pyroma # - vprof not on conda-forge - yamllint ==1.35.1 diff --git a/environment_osx.yml b/environment_osx.yml index 009f738b61..fb3f464104 100644 --- a/environment_osx.yml +++ b/environment_osx.yml @@ -91,7 +91,7 @@ dependencies: - imagehash - isort ==5.13.2 - pre-commit - # - prospector # needs support for Python 3.12 + - prospector >=1.12 # earliest support for Python 3.12 - pyroma # - vprof not on conda-forge - yamllint ==1.35.1