Skip to content

Commit

Permalink
allow pandas up to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LoannPeurey committed Nov 13, 2023
1 parent bf00954 commit 5ac4432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matplotlib
nltk
numpy>=1.17,<1.21
pydub
pandas>=1.1.0,<=1.5.0
pandas>=1.1.0,<=1.5.3
panoptes_client
praat-parselmouth
pyannote.metrics; python_version >= "3.7.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
README = open(os.path.join(DIRECTORY, "README.md")).read()

requires = {
"core": ["pandas>=1.1.0,<=1.5.0", "jinja2", "numpy>=1.16.5", "datalad", "colorlog",],
"core": ["pandas>=1.1.0,<=1.5.3", "jinja2", "numpy>=1.16.5", "datalad", "colorlog",],
"annotations": ["lxml", "pympi-ling", "pylangacq", "python-dateutil>=2.8.1"],
"metrics": ['pyannote.metrics; python_version >= "3.7.0"', "nltk", "scikit-learn", "GitPython"],
"audio": ["librosa", "pydub", "soundfile"],
Expand Down

0 comments on commit 5ac4432

Please sign in to comment.