Skip to content

Commit

Permalink
change requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LoannPeurey committed Feb 26, 2024
1 parent 03f5762 commit e52fd3f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 37 deletions.
1 change: 0 additions & 1 deletion ChildProject/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
from datetime import datetime
from scipy.fftpack import fft, ifft
import numpy as np
import pandas as pd

Expand Down
17 changes: 9 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,24 @@ name = "ChildProject"
version = '0.2.0'
dependencies = [
"colorlog",
"datalad",
"GitPython",
"importlib-metadata; python_version < '3.8'",
"keyring==21.4.0; python_version < '3.8'",
"librosa",
"lxml",
"matplotlib",
"nltk",
"numpy>=1.17",
"pydub",
"pandas>=1.1.0,<=1.5.3",
"panoptes_client",
"praat-parselmouth",
"pyannote.metrics",
"pyannote.core",
"pydub",
"pylangacq",
"pympi-ling",
"python-dateutil>=2.8.1",
"PyYAML",
"requests>=2.25.0",
"scipy",
"soundfile",
"sphinx",
"sphinx_rtd_theme",
"sphinx-tabs",
]
license = {file = 'LICENSE'}
authors = [
Expand All @@ -52,6 +46,13 @@ classifiers = [

[project.optional-dependencies]
reliability = ["pygamma-agreement"]
tests = ["pytest"]
docs = [
"sphinx",
"sphinx_rtd_theme",
"sphinx-tabs",
]
repository = ["datalad"]

[project.urls]
Homepage = "https://github.com/LAAC-LSCP/ChildProject"
Expand Down
51 changes: 23 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
chardet==3.0.4
click==7.1.1
colorlog
datalad
GitPython
keyring==21.4.0; python_version < "3.8"
jinja2
librosa
lxml
matplotlib
nltk
numpy>=1.17
pydub
pandas>=1.1.0,<=1.5.3
panoptes_client
praat-parselmouth
pyannote.metrics
colorlog==6.8.2
GitPython==3.1.41
importlib-metadata; python_version < '3.8'
librosa==0.10.1
lxml==5.1.0
matplotlib==3.5.3
nltk==3.8.1
numpy==1.20.3
pandas==1.3.5
panoptes-client==1.6.1
praat-parselmouth==0.4.3
pyannote.core==5.0.0
pydub==0.25.1
pygamma-agreement[notebook]==0.5.6
pylangacq
pympi-ling
soundfile
python-dateutil>=2.8.1
PyYAML
requests>=2.25.0
scipy
scikit-learn
sphinx
sphinx_rtd_theme
sphinx-tabs
pylangacq==0.17.0
pympi-ling==1.70.2
pytest==7.4.4
python-dateutil==2.8.2
PyYAML==6.0.1
requests==2.25.0
soundfile==0.12.1
Sphinx==5.3.0
sphinx-rtd-theme==2.0.0
sphinx-tabs==3.4.5

0 comments on commit e52fd3f

Please sign in to comment.