Skip to content

Commit

Permalink
Specify multiprocess version lower than 0.70.17 as it does not suppor…
Browse files Browse the repository at this point in the history
…t Linux
  • Loading branch information
jinningwang committed Nov 23, 2024
1 parent e522a8f commit 25318c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Other changes:
- Add parameter `allow_all=False` to `ModelData.find_idx()` `GroupBase.find_idx()` to allow searching all matches.
- Add method `GroupBase.get_all_idxes()` to get all indices of a group.
- Enhanced three-winding transformer parsing in PSS/E raw files by assigning the equivalent star bus `area`, `owner`, and `zone` using the high-voltage bus values.
- Specify `multiprocess <=0.70.16` in requirements as 0.70.17 does not support Linux.

v1.9.2 (2024-03-25)
-------------------
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ chardet
psutil
texttable
numba
multiprocess <=0.70.16

0 comments on commit 25318c6

Please sign in to comment.