Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 12, 2024
1 parent 1b27c74 commit 5f0ce57
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions explorations/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
packages=find_packages(where='src'),
package_dir={"": "src"},
author='Code du travail numérique',
install_requires=['elasticsearch==7.17',
install_requires=['elasticsearch==7.17.9',
# 'eland==8.3', with elasticsearch 8.3 for explo 7
'ipywidgets==8.0.4',
'ipywidgets==8.0.7',
'jupyterlab',
'notebook==6.0.3',
'pandas==1.5',
'plotly-express==0.4',
'psycopg2-binary==2.9.5',
'pandas==1.5.3',
'plotly-express==0.4.1',
'psycopg2-binary==2.9.9',
'python-dotenv==0.20',
'requests==2.28',
'sentence-transformers==2.2',
'sqlalchemy==1.4',
'sentence-transformers==2.2.2',
'sqlalchemy==1.4.53',
'torch==1.12.1',
'transformers==4.21',
'tqdm==4.64',
'unidecode==1.3.4'],
'unidecode==1.3.8'],
python_requires='>=3.9',
)

0 comments on commit 5f0ce57

Please sign in to comment.