Skip to content

Commit

Permalink
Merge pull request #3414 from pycaret/pin_numpy_1.24
Browse files Browse the repository at this point in the history
Pin numpy<1.24
  • Loading branch information
ngupta23 committed Mar 20, 2023
2 parents 59727da + 347c9fe commit 4b1db3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ipython>=5.5.0
ipywidgets>=7.6.5 # required by pycaret.internal.display
tqdm>=4.62.0 # required by pycaret.internal.display
numpy>=1.21, <1.25 # Can't >=1.25 because of sktime/numba
numpy>=1.21, <1.24 # Can't >=1.24 because of np.float deprecation
pandas>=1.3.0, <1.6.0 # Can't >=1.6 because of sktime
jinja2>=1.2 # Required by pycaret.internal.utils --> pandas.io.formats.style
scipy<2.0.0 # Can't >=2.0.0 due to sktime
Expand Down

0 comments on commit 4b1db3c

Please sign in to comment.