Skip to content

Commit

Permalink
Update requirements.txt (#838)
Browse files Browse the repository at this point in the history
Excludes `pandas==1.4.0` to prevent failure as reported in #811.
  • Loading branch information
WeilerP authored Mar 14, 2022
1 parent 22f426d commit b9893ed
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 @@ -14,6 +14,6 @@ umap-learn>=0.3.10 # removed numba warnings (v0.3.10)
numba>=0.41.0
numpy>=1.17 # extension/speedup in .nan_to_num, .exp (v1.17)
scipy>=1.4.1 # introduced PCA sparsity support (v1.4)
pandas>=0.23 # merging/sorting extensions (v0.23)
pandas>=0.23, !=1.4.0 # merging/sorting extensions (v0.23)
scikit-learn>=0.21.2 # bugfix in .utils.sparsefuncs (v0.21.2)
matplotlib>=3.3.0 # normalize in pie (v3.3.0)
matplotlib>=3.3.0 # normalize in pie (v3.3.0)

0 comments on commit b9893ed

Please sign in to comment.