I realized that when we update dependencies in the setup.py (example), the PR that the bot opens for conda-forge does not update them - so we need to fix this.
the PR will break when new dependencies are added, removed but it'll pass when an existing dependencies is changed. e.g., from pkg>=1 and pkg>=2