Skip to content

Commit

Permalink
Dependencies: Permit NumPy up to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 5, 2023
1 parent d76d703 commit 118291f
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.24 # Can't >=1.24 because of np.float deprecation
numpy>=1.21, <1.27
pandas>=1.3.0, <2.0.0 # Can't >=2.0.0 because of sktime
jinja2>=1.2 # Required by pycaret.internal.utils --> pandas.io.formats.style
scipy~=1.10.1 # Can't >=2.0.0 due to sktime, optimization breaks with >1.10.1
Expand Down

0 comments on commit 118291f

Please sign in to comment.