-
Notifications
You must be signed in to change notification settings - Fork 5
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
9a69f6b
commit c155d57
Showing
7 changed files
with
79 additions
and
109 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
lxml==5.2.1 | ||
lxml==5.3.0 | ||
# via -r requirements/base.in | ||
markupsafe==2.1.5 | ||
markupsafe==3.0.1 | ||
# via -r requirements/base.in | ||
mpmath==1.3.0 | ||
# via sympy | ||
numpy==1.24.4 | ||
numpy==2.1.2 | ||
# via | ||
# -r requirements/base.in | ||
# scipy | ||
pyparsing==3.1.2 | ||
pyparsing==3.2.0 | ||
# via -r requirements/base.in | ||
scipy==1.10.1 | ||
scipy==1.14.1 | ||
# via -r requirements/base.in | ||
sympy==1.12 | ||
sympy==1.13.3 | ||
# via -r requirements/base.in |
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,72 +1,67 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
cachetools==5.3.3 | ||
cachetools==5.5.0 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
certifi==2024.2.2 | ||
certifi==2024.8.30 | ||
# via requests | ||
chardet==5.2.0 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
charset-normalizer==3.3.2 | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
colorama==0.4.6 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
coverage==6.5.0 | ||
coverage[toml]==7.6.3 | ||
# via coveralls | ||
coveralls==3.3.1 | ||
coveralls==4.0.1 | ||
# via -r requirements/ci.in | ||
distlib==0.3.8 | ||
distlib==0.3.9 | ||
# via | ||
# -r requirements/tox.txt | ||
# virtualenv | ||
docopt==0.6.2 | ||
# via coveralls | ||
filelock==3.13.3 | ||
filelock==3.16.1 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
# virtualenv | ||
idna==3.6 | ||
idna==3.10 | ||
# via requests | ||
packaging==24.0 | ||
packaging==24.1 | ||
# via | ||
# -r requirements/tox.txt | ||
# pyproject-api | ||
# tox | ||
platformdirs==4.2.0 | ||
platformdirs==4.3.6 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
# virtualenv | ||
pluggy==1.4.0 | ||
pluggy==1.5.0 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
pyproject-api==1.6.1 | ||
pyproject-api==1.8.0 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
requests==2.31.0 | ||
requests==2.32.3 | ||
# via coveralls | ||
tomli==2.0.1 | ||
# via | ||
# -r requirements/tox.txt | ||
# pyproject-api | ||
# tox | ||
tox==4.14.2 | ||
tox==4.21.2 | ||
# via -r requirements/tox.txt | ||
urllib3==2.2.1 | ||
urllib3==2.2.3 | ||
# via requests | ||
virtualenv==20.25.1 | ||
virtualenv==20.26.6 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox |
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,14 +1,14 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
wheel==0.43.0 | ||
wheel==0.44.0 | ||
# via -r requirements/pip.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
pip==24.0 | ||
pip==24.2 | ||
# via -r requirements/pip.in | ||
setuptools==69.2.0 | ||
setuptools==75.1.0 | ||
# via -r requirements/pip.in |
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
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,38 +1,34 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
cachetools==5.3.3 | ||
cachetools==5.5.0 | ||
# via tox | ||
chardet==5.2.0 | ||
# via tox | ||
colorama==0.4.6 | ||
# via tox | ||
distlib==0.3.8 | ||
distlib==0.3.9 | ||
# via virtualenv | ||
filelock==3.13.3 | ||
filelock==3.16.1 | ||
# via | ||
# tox | ||
# virtualenv | ||
packaging==24.0 | ||
packaging==24.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
platformdirs==4.2.0 | ||
platformdirs==4.3.6 | ||
# via | ||
# tox | ||
# virtualenv | ||
pluggy==1.4.0 | ||
pluggy==1.5.0 | ||
# via tox | ||
pyproject-api==1.6.1 | ||
pyproject-api==1.8.0 | ||
# via tox | ||
tomli==2.0.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
tox==4.14.2 | ||
tox==4.21.2 | ||
# via -r requirements/tox.in | ||
virtualenv==20.25.1 | ||
virtualenv==20.26.6 | ||
# via tox |