-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9434bea
commit 426c5f6
Showing
6 changed files
with
77 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
|
||
__version__ = '0.8.5' | ||
__version__ = '0.8.6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# The conventional_commits code needs some extra packages installed that are | ||
# large and unusual, so we keep them separate here. | ||
|
||
-c ../../requirements/constraints.txt | ||
|
||
dataset | ||
pandas | ||
matplotlib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
alembic==1.13.1 | ||
# via dataset | ||
banal==1.0.6 | ||
# via dataset | ||
contourpy==1.2.0 | ||
# via matplotlib | ||
cycler==0.12.1 | ||
# via matplotlib | ||
dataset==1.6.2 | ||
# via -r edx_repo_tools/conventional_commits/extra-py312.in | ||
fonttools==4.49.0 | ||
# via matplotlib | ||
greenlet==3.0.3 | ||
# via | ||
# -c edx_repo_tools/conventional_commits/../../requirements/constraints.txt | ||
# sqlalchemy | ||
kiwisolver==1.4.5 | ||
# via matplotlib | ||
mako==1.3.2 | ||
# via alembic | ||
markupsafe==2.1.5 | ||
# via mako | ||
matplotlib==3.8.3 | ||
# via -r edx_repo_tools/conventional_commits/extra-py312.in | ||
numpy==1.26.4 | ||
# via | ||
# contourpy | ||
# matplotlib | ||
# pandas | ||
packaging==23.2 | ||
# via matplotlib | ||
pandas==2.2.1 | ||
# via -r edx_repo_tools/conventional_commits/extra-py312.in | ||
pillow==10.2.0 | ||
# via matplotlib | ||
pyparsing==3.1.2 | ||
# via matplotlib | ||
python-dateutil==2.9.0.post0 | ||
# via | ||
# matplotlib | ||
# pandas | ||
pytz==2024.1 | ||
# via pandas | ||
six==1.16.0 | ||
# via python-dateutil | ||
sqlalchemy==1.4.52 | ||
# via | ||
# alembic | ||
# dataset | ||
typing-extensions==4.10.0 | ||
# via alembic | ||
tzdata==2024.1 | ||
# via pandas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters