Skip to content

Commit 98f8d08

Browse files
committed
Downgrade scipy version
1 parent 9ac0fb7 commit 98f8d08

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

python/openai/requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727

28-
# The latest stable version of anyio is 4.12.1 which caused segfault during tests. See TRI-620.
29-
anyio==4.11.0
30-
3128
# Testing
3229
pytest==8.1.1
3330
pytest-asyncio==0.23.8
31+
32+
# The latest stable version of scipy is 1.17.0 which caused segfault during tests. See TRI-620.
33+
scipy==1.16.3

0 commit comments

Comments
 (0)