Skip to content

Commit

Permalink
trying to see if updating everything works or breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste-Camps committed Feb 15, 2024
1 parent d892b57 commit b005a17
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
langdetect==1.0.9
joblib==1.2.0
langdetect>=1.0.9
joblib>=1.2.0
lxml>=4.9.1
nltk==3.6.6
numpy==1.26.4
pybind11==2.8.1
scikit-learn==1.2.1
scipy==1.10.0
six==1.16.0
tqdm==4.64.1
unidecode==1.3.2
pandas==2.2.0
pyarrow==15.0.0
argparse==1.4.0
regex==2022.10.31
matplotlib==3.6.2
imbalanced-learn==0.8.1
nltk>=3.6.6
numpy>=1.26.4
pybind11>=2.8.1
scikit-learn>=1.2.1
scipy>=1.10.0
six>=1.16.0
tqdm>=4.64.1
unidecode>=1.3.2
pandas>=2.2.0
pyarrow>=15.0.0
argparse>=1.4.0
regex>=2022.10.31
matplotlib>=3.6.2
imbalanced-learn>=0.8.1

0 comments on commit b005a17

Please sign in to comment.