Skip to content

Commit

Permalink
add requirements based on toml
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardFreedman committed Sep 18, 2024
1 parent 6fae1a8 commit 58f3924
Showing 1 changed file with 75 additions and 34 deletions.
109 changes: 75 additions & 34 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,75 @@
altair==5.2.0
certifi==2020.12.5
chardet==4.0.0
h11==0.14.0
httpcore==1.0.2
httpx==0.26.0
idna==3.1
ipython>=7.23.1, <8.0
joblib==1.0.1
jsonschema>=3.1
lxml==5.1.0
matplotlib==3.5.3
matplotlib-inline==0.1.6
more-itertools==8.7.0
music21==8.3.0
numpy>=1.20.2, <2.0.0
pandas>=2.2.0
statsmodels==0.14.1
plotly==5.18.0
plotly-express==0.4.1
pyarrow>=15.0.0
pyvis==0.1.9
python-dateutil==2.8.2
python-louvain==0.16
pytz==2021.1
rfc3986==1.4.0
seaborn==0.11.2
six==1.16.0
sniffio==1.2.0
textdistance==4.2.1
xlsxwriter==3.0.2
webcolors==1.11.1
requests==2.31.0
verovio==4.1.0
altair==5.2.0 ; python_version >= "3.9"
anyio==4.4.0 ; python_version >= "3.9"
appnope==0.1.4 ; sys_platform == "darwin" and python_version >= "3.9"
attrs==24.2.0 ; python_version >= "3.9"
backcall==0.2.0 ; python_version >= "3.9"
certifi==2020.12.5 ; python_version >= "3.9"
chardet==4.0.0 ; python_version >= "3.9"
charset-normalizer==3.3.2 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9" and sys_platform == "win32"
contourpy==1.3.0 ; python_version >= "3.9"
cycler==0.12.1 ; python_version >= "3.9"
decorator==5.1.1 ; python_version >= "3.9"
exceptiongroup==1.2.2 ; python_version < "3.11" and python_version >= "3.9"
fonttools==4.53.1 ; python_version >= "3.9"
h11==0.14.0 ; python_version >= "3.9"
httpcore==1.0.2 ; python_version >= "3.9"
httpx==0.26.0 ; python_version >= "3.9"
idna==3.1 ; python_version >= "3.9"
importlib-resources==6.4.4 ; python_version < "3.10" and python_version >= "3.9"
ipython==7.34.0 ; python_version >= "3.9"
jedi==0.19.1 ; python_version >= "3.9"
jinja2==3.1.4 ; python_version >= "3.9"
joblib==1.0.1 ; python_version >= "3.9"
jsonpickle==3.2.2 ; python_version >= "3.9"
jsonschema-specifications==2023.12.1 ; python_version >= "3.9"
jsonschema==4.23.0 ; python_version >= "3.9"
kiwisolver==1.4.5 ; python_version >= "3.9"
lxml==5.1.0 ; python_version >= "3.9"
markupsafe==2.1.5 ; python_version >= "3.9"
matplotlib-inline==0.1.7 ; python_version >= "3.9"
matplotlib==3.9.2 ; python_version >= "3.9"
more-itertools==8.7.0 ; python_version >= "3.9"
music21==8.3.0 ; python_version >= "3.9"
networkx==3.2.1 ; python_version >= "3.9"
numpy==1.26.4 ; python_version >= "3.9"
packaging==24.1 ; python_version >= "3.9"
pandas==2.2.2 ; python_version >= "3.9"
parso==0.8.4 ; python_version >= "3.9"
patsy==0.5.6 ; python_version >= "3.9"
pexpect==4.9.0 ; sys_platform != "win32" and python_version >= "3.9"
pickleshare==0.7.5 ; python_version >= "3.9"
pillow==10.4.0 ; python_version >= "3.9"
plotly-express==0.4.1 ; python_version >= "3.9"
plotly==5.19.0 ; python_version >= "3.9"
prompt-toolkit==3.0.47 ; python_version >= "3.9"
ptyprocess==0.7.0 ; sys_platform != "win32" and python_version >= "3.9"
pyarrow==17.0.0 ; python_version >= "3.9"
pygments==2.18.0 ; python_version >= "3.9"
pyparsing==3.1.4 ; python_version >= "3.9"
python-dateutil==2.8.2 ; python_version >= "3.9"
python-louvain==0.16 ; python_version >= "3.9"
pytz==2021.1 ; python_version >= "3.9"
pyvis==0.1.9 ; python_version >= "3.9"
referencing==0.35.1 ; python_version >= "3.9"
requests==2.31.0 ; python_version >= "3.9"
rfc3986==1.4.0 ; python_version >= "3.9"
rpds-py==0.20.0 ; python_version >= "3.9"
scipy==1.13.1 ; python_version >= "3.9"
seaborn==0.13.0 ; python_version >= "3.9"
setuptools==74.0.0 ; python_version >= "3.9"
six==1.16.0 ; python_version >= "3.9"
sniffio==1.2.0 ; python_version >= "3.9"
statsmodels==0.14.1 ; python_version >= "3.9"
tenacity==9.0.0 ; python_version >= "3.9"
textdistance==4.2.1 ; python_version >= "3.9"
toolz==0.12.1 ; python_version >= "3.9"
traitlets==5.14.3 ; python_version >= "3.9"
typing-extensions==4.12.2 ; python_version < "3.11" and python_version >= "3.9"
tzdata==2024.1 ; python_version >= "3.9"
urllib3==2.2.2 ; python_version >= "3.9"
verovio==4.1.0 ; python_version >= "3.9"
wcwidth==0.2.13 ; python_version >= "3.9"
webcolors==1.11.1 ; python_version >= "3.9"
xlsxwriter==3.0.2 ; python_version >= "3.9"
zipp==3.20.1 ; python_version < "3.10" and python_version >= "3.9"

0 comments on commit 58f3924

Please sign in to comment.