Skip to content

Commit

Permalink
[requirements] Don't use pyyaml 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hdenman committed Apr 10, 2024
1 parent ad5c79c commit d765a43
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
@@ -1,6 +1,6 @@
pandas==2.1.3
matplotlib>=3.0.0
pyyaml==5.4
pyyaml!=6.0.0,!=5.4.0,!=5.4.1 # Not pyyaml==5.4 -- pyyaml is broken with cython 3
numpy>=1.24.0
scipy>=1.0.0
pymongo==3.11.3
Expand All @@ -12,4 +12,4 @@ Werkzeug>=2.0.1
statsmodels==0.14.0
PyPDF2>=2.5.0
pyarrow>=14.0.1
scikit-learn>1.3.0
scikit-learn>1.3.0

0 comments on commit d765a43

Please sign in to comment.