Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunhutch committed Jun 26, 2023
1 parent 7b8af42 commit b42a03e
Showing 1 changed file with 26 additions and 22 deletions.
48 changes: 26 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,39 @@
dash==2.10.0
dash_bootstrap_components==1.4.1
dash~=2.10
dash_bootstrap_components~=1.4
dash-testing-stub==0.0.2
dash_iconify==0.1.2
dash_mantine_components==0.12.1
dash_player==1.1.0
datasets==2.13.1
docopt==0.6.2
docopt-ng~=0.8
evaluate==0.4.0
flake8~=6.0
huggingface_hub==0.15.1
joblib==1.2.0
langdetect==1.0.9
matplotlib==3.7.1
mlflow==2.4.1
mlflow_skinny==2.3.2
nltk==3.8.1
numpy==1.24.3
pandas==2.0.1
matplotlib~=3.7
mlflow~=2.4
mlflow_skinny~=2.3
nbformat~=5.8
nltk~=3.8
numpy~=1.24
pandas~=2.0
percy==2.0.2
plotly==5.14.1
psutil==5.9.5
pyarrow==12.0.1
pytest==7.3.2
python-dotenv==1.0.0
requests==2.31.0
seaborn==0.12.2
selenium==4.2.0
sentence_transformers==2.2.2
plotly~=5.14
psutil~=5.9
pyarrow~=12.0
pytest~=7.3
pytest-cov~=4.0
python-dotenv~=1.0
requests~=2.31
scikit-learn~=1.2
seaborn~=0.12
selenium~=4.2.0
sentence_transformers~=2.2
seqeval==1.2.2
spacy==3.5.3
torch==1.13.1
tqdm==4.65.0
transformers==4.30.2
spacy~=3.5
torch~=1.12
tqdm~=4.65
transformers~=4.24
# to use the spacy model for baseline NER
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl

0 comments on commit b42a03e

Please sign in to comment.