Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Includes bumping numpy to 2.0.
  • Loading branch information
maread99 committed Jun 24, 2024
1 parent 70c299a commit d3cac74
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 44 deletions.
6 changes: 3 additions & 3 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
korean-lunar-calendar==0.3.1
# via exchange_calendars (pyproject.toml)
numpy==1.26.4
numpy==2.0.0
# via
# exchange_calendars (pyproject.toml)
# pandas
pandas==2.2.0
pandas==2.2.2
# via exchange_calendars (pyproject.toml)
pyluach==2.2.0
# via exchange_calendars (pyproject.toml)
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
Expand Down
41 changes: 21 additions & 20 deletions etc/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==23.2.0
# via hypothesis
build==1.0.3
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand All @@ -15,58 +15,60 @@ colorama==0.4.6
# build
# click
# pytest
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# hypothesis
# pytest
execnet==2.0.2
execnet==2.1.1
# via pytest-xdist
flake8==7.0.0
flake8==7.1.0
# via exchange_calendars (pyproject.toml)
hypothesis==6.98.6
hypothesis==6.103.5
# via exchange_calendars (pyproject.toml)
importlib-metadata==7.0.1
importlib-metadata==7.2.1
# via build
iniconfig==2.0.0
# via pytest
korean-lunar-calendar==0.3.1
# via exchange_calendars (pyproject.toml)
mccabe==0.7.0
# via flake8
numpy==1.26.4
numpy==2.0.0
# via
# exchange_calendars (pyproject.toml)
# pandas
packaging==23.2
packaging==24.1
# via
# build
# pytest
pandas==2.2.0
pandas==2.2.2
# via exchange_calendars (pyproject.toml)
pip-tools==7.3.0
pip-tools==7.4.1
# via exchange_calendars (pyproject.toml)
pluggy==1.4.0
pluggy==1.5.0
# via pytest
py-cpuinfo==9.0.0
# via pytest-benchmark
pycodestyle==2.11.1
pycodestyle==2.12.0
# via flake8
pyflakes==3.2.0
# via flake8
pyluach==2.2.0
# via exchange_calendars (pyproject.toml)
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.2
# via
# exchange_calendars (pyproject.toml)
# pytest-benchmark
# pytest-xdist
pytest-benchmark==4.0.0
# via exchange_calendars (pyproject.toml)
pytest-xdist==3.5.0
pytest-xdist==3.6.1
# via exchange_calendars (pyproject.toml)
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
Expand All @@ -78,17 +80,16 @@ tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
# pytest
toolz==0.12.1
# via exchange_calendars (pyproject.toml)
tzdata==2024.1
# via
# exchange_calendars (pyproject.toml)
# pandas
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
40 changes: 20 additions & 20 deletions etc/requirements_minpandas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
#
# pip-compile --upgrade --upgrade-package pandas==1.5 --extra=dev --output-file=etc/requirements_minpandas.txt pyproject.toml

#
attrs==23.2.0
# via hypothesis
build==1.0.3
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand All @@ -20,58 +19,60 @@ colorama==0.4.6
# build
# click
# pytest
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# hypothesis
# pytest
execnet==2.0.2
execnet==2.1.1
# via pytest-xdist
flake8==7.0.0
flake8==7.1.0
# via exchange_calendars (pyproject.toml)
hypothesis==6.98.6
hypothesis==6.103.5
# via exchange_calendars (pyproject.toml)
importlib-metadata==7.0.1
importlib-metadata==7.2.1
# via build
iniconfig==2.0.0
# via pytest
korean-lunar-calendar==0.3.1
# via exchange_calendars (pyproject.toml)
mccabe==0.7.0
# via flake8
numpy==1.26.4
numpy==2.0.0
# via
# exchange_calendars (pyproject.toml)
# pandas
packaging==23.2
packaging==24.1
# via
# build
# pytest
pandas==1.5.0
# via exchange_calendars (pyproject.toml)
pip-tools==7.3.0
pip-tools==7.4.1
# via exchange_calendars (pyproject.toml)
pluggy==1.4.0
pluggy==1.5.0
# via pytest
py-cpuinfo==9.0.0
# via pytest-benchmark
pycodestyle==2.11.1
pycodestyle==2.12.0
# via flake8
pyflakes==3.2.0
# via flake8
pyluach==2.2.0
# via exchange_calendars (pyproject.toml)
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.2
# via
# exchange_calendars (pyproject.toml)
# pytest-benchmark
# pytest-xdist
pytest-benchmark==4.0.0
# via exchange_calendars (pyproject.toml)
pytest-xdist==3.5.0
pytest-xdist==3.6.1
# via exchange_calendars (pyproject.toml)
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
Expand All @@ -83,15 +84,14 @@ tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
# pytest
toolz==0.12.1
# via exchange_calendars (pyproject.toml)
tzdata==2024.1
# via exchange_calendars (pyproject.toml)
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"numpy<2",
"numpy",
"pandas>=1.5",
"pyluach",
"toolz",
Expand Down

0 comments on commit d3cac74

Please sign in to comment.