Skip to content

Commit

Permalink
pin scipy versions to fix gensim in fedot (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN authored May 4, 2024
1 parent ea68764 commit 89cb252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pandas>=1.3.0; python_version >='3.8'

# Models and frameworks
networkx>=2.4, !=2.7.*, !=2.8.1, !=2.8.2, !=2.8.3, != 3.3
scipy>=1.7.3
scipy<1.13.0
zss>=1.2.0

# Plotting
Expand Down Expand Up @@ -34,4 +34,4 @@ pytest>=6.2.0
testfixtures>=6.18.0

# Bandits
mabwiser>=2.7.0
mabwiser>=2.7.0

0 comments on commit 89cb252

Please sign in to comment.