Skip to content

Commit

Permalink
[Executor][Bugfix] Add psutil dependency (#347)
Browse files Browse the repository at this point in the history
# Description

Add psutil dependency to avoid bulk run failing in windows environment.

# All Promptflow Contribution checklist:
- [x] **The pull request does not introduce [breaking changes]**
- [x] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [x] **I have read the [contribution guidelines](../CONTRIBUTING.md).**

## General Guidelines and Best Practices
- [ ] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.

Co-authored-by: Heyi Tang <[email protected]>
  • Loading branch information
thy09 and Heyi Tang authored Sep 8, 2023
1 parent 03cf161 commit dccc7c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/promptflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
changelog = f.read()

REQUIRES = [
"psutil", # Get process information when bulk run
"openai>=0.27.8,<0.28.0", # promptflow.core.api_injector
"flask>=2.2.3,<3.0.0", # Serving endpoint requirements
"dataset>=1.6.0,<2.0.0", # promptflow.storage
Expand Down

0 comments on commit dccc7c3

Please sign in to comment.