Skip to content

Commit

Permalink
🐛 pandas pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Jan 6, 2024
1 parent 879caf6 commit ff55a18
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 74 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ classifiers = [
dependencies = [
"click~=8.1.3",
"fake-useragent~=1.1.3",
"pandas~=2.0.3; python_version < '3.9'",
"pandas~=2.1.2; python_version > '3.8'",
"numpy~=1.24.4; python_version < '3.9'",
"numpy~=1.26.1; python_version > '3.8'",
"pandas>=2,<3",
"pydantic~=1.10.13",
"python-dotenv~=1.0.0",
"pytz~=2023.2",
Expand Down
13 changes: 4 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
#
# - click~=8.1.3
# - fake-useragent~=1.1.3
# - numpy~=1.24.4; python_version < "3.9"
# - numpy~=1.26.1; python_version > "3.8"
# - pandas~=2.0.3; python_version < "3.9"
# - pandas~=2.1.2; python_version > "3.8"
# - pandas<3,>=2
# - pydantic~=1.10.13
# - python-dotenv~=1.0.0
# - pytz~=2023.2
Expand Down Expand Up @@ -52,13 +49,11 @@ mdit-py-plugins==0.4.0
# via markdown-it-py
mdurl==0.1.2
# via markdown-it-py
numpy==1.26.3 ; python_version > "3.8"
# via
# hatch.envs.default
# pandas
numpy==1.26.3
# via pandas
oauthlib==3.2.2
# via requests-oauthlib
pandas==2.1.4 ; python_version > "3.8"
pandas==2.1.4
# via hatch.envs.default
pydantic==1.10.13
# via hatch.envs.default
Expand Down
13 changes: 4 additions & 9 deletions requirements/requirements-all.py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
# - freezegun~=1.2.1
# - click~=8.1.3
# - fake-useragent~=1.1.3
# - numpy~=1.24.4; python_version < "3.9"
# - numpy~=1.26.1; python_version > "3.8"
# - pandas~=2.0.3; python_version < "3.9"
# - pandas~=2.1.2; python_version > "3.8"
# - pandas<3,>=2
# - pydantic~=1.10.13
# - python-dotenv~=1.0.0
# - pytz~=2023.2
Expand Down Expand Up @@ -74,15 +71,13 @@ mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
# via yarl
numpy==1.26.3 ; python_version > "3.8"
# via
# hatch.envs.all.py3.10
# pandas
numpy==1.26.3
# via pandas
oauthlib==3.2.2
# via requests-oauthlib
packaging==23.2
# via pytest
pandas==2.1.4 ; python_version > "3.8"
pandas==2.1.4
# via hatch.envs.all.py3.10
pluggy==1.3.0
# via pytest
Expand Down
13 changes: 4 additions & 9 deletions requirements/requirements-all.py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
# - freezegun~=1.2.1
# - click~=8.1.3
# - fake-useragent~=1.1.3
# - numpy~=1.24.4; python_version < "3.9"
# - numpy~=1.26.1; python_version > "3.8"
# - pandas~=2.0.3; python_version < "3.9"
# - pandas~=2.1.2; python_version > "3.8"
# - pandas<3,>=2
# - pydantic~=1.10.13
# - python-dotenv~=1.0.0
# - pytz~=2023.2
Expand Down Expand Up @@ -72,15 +69,13 @@ mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
# via yarl
numpy==1.26.3 ; python_version > "3.8"
# via
# hatch.envs.all.py3.11
# pandas
numpy==1.26.3
# via pandas
oauthlib==3.2.2
# via requests-oauthlib
packaging==23.2
# via pytest
pandas==2.1.4 ; python_version > "3.8"
pandas==2.1.4
# via hatch.envs.all.py3.11
pluggy==1.3.0
# via pytest
Expand Down
13 changes: 4 additions & 9 deletions requirements/requirements-all.py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
# - freezegun~=1.2.1
# - click~=8.1.3
# - fake-useragent~=1.1.3
# - numpy~=1.24.4; python_version < "3.9"
# - numpy~=1.26.1; python_version > "3.8"
# - pandas~=2.0.3; python_version < "3.9"
# - pandas~=2.1.2; python_version > "3.8"
# - pandas<3,>=2
# - pydantic~=1.10.13
# - python-dotenv~=1.0.0
# - pytz~=2023.2
Expand Down Expand Up @@ -72,15 +69,13 @@ mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
# via yarl
numpy==1.26.3 ; python_version > "3.8"
# via
# hatch.envs.all.py3.12
# pandas
numpy==1.26.3
# via pandas
oauthlib==3.2.2
# via requests-oauthlib
packaging==23.2
# via pytest
pandas==2.1.4 ; python_version > "3.8"
pandas==2.1.4
# via hatch.envs.all.py3.12
pluggy==1.3.0
# via pytest
Expand Down
13 changes: 4 additions & 9 deletions requirements/requirements-all.py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
# - freezegun~=1.2.1
# - click~=8.1.3
# - fake-useragent~=1.1.3
# - numpy~=1.24.4; python_version < "3.9"
# - numpy~=1.26.1; python_version > "3.8"
# - pandas~=2.0.3; python_version < "3.9"
# - pandas~=2.1.2; python_version > "3.8"
# - pandas<3,>=2
# - pydantic~=1.10.13
# - python-dotenv~=1.0.0
# - pytz~=2023.2
Expand Down Expand Up @@ -78,15 +75,13 @@ mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
# via yarl
numpy==1.24.4 ; python_version < "3.9"
# via
# hatch.envs.all.py3.8
# pandas
numpy==1.24.4
# via pandas
oauthlib==3.2.2
# via requests-oauthlib
packaging==23.2
# via pytest
pandas==2.0.3 ; python_version < "3.9"
pandas==2.0.3
# via hatch.envs.all.py3.8
pluggy==1.3.0
# via pytest
Expand Down
13 changes: 4 additions & 9 deletions requirements/requirements-all.py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
# - freezegun~=1.2.1
# - click~=8.1.3
# - fake-useragent~=1.1.3
# - numpy~=1.24.4; python_version < "3.9"
# - numpy~=1.26.1; python_version > "3.8"
# - pandas~=2.0.3; python_version < "3.9"
# - pandas~=2.1.2; python_version > "3.8"
# - pandas<3,>=2
# - pydantic~=1.10.13
# - python-dotenv~=1.0.0
# - pytz~=2023.2
Expand Down Expand Up @@ -78,15 +75,13 @@ mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
# via yarl
numpy==1.26.3 ; python_version > "3.8"
# via
# hatch.envs.all.py3.9
# pandas
numpy==1.26.3
# via pandas
oauthlib==3.2.2
# via requests-oauthlib
packaging==23.2
# via pytest
pandas==2.1.4 ; python_version > "3.8"
pandas==2.1.4
# via hatch.envs.all.py3.9
pluggy==1.3.0
# via pytest
Expand Down
12 changes: 4 additions & 8 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is autogenerated by hatch-pip-compile with Python 3.11
#
# [constraints] requirements.txt (SHA256: 06d4f6ec9e10247cb92c99ad6c598c95fbae1b64ec92cb4516d5eacf2728342d)
# [constraints] requirements.txt (SHA256: 7d2ce7d5ed6d5060713188a3a42ce8fdfb3aa0da2ebcb6a000c552ab9fb0cf33)
#
# - markdown-callouts
# - markdown-exec
Expand All @@ -17,10 +17,7 @@
# - pymdown-extensions
# - click~=8.1.3
# - fake-useragent~=1.1.3
# - numpy~=1.24.4; python_version < "3.9"
# - numpy~=1.26.1; python_version > "3.8"
# - pandas~=2.0.3; python_version < "3.9"
# - pandas~=2.1.2; python_version > "3.8"
# - pandas<3,>=2
# - pydantic~=1.10.13
# - python-dotenv~=1.0.0
# - pytz~=2023.2
Expand Down Expand Up @@ -132,16 +129,15 @@ mkdocstrings==0.24.0
# mkdocstrings-python
mkdocstrings-python==1.7.5
# via hatch.envs.docs
numpy==1.26.3 ; python_version > "3.8"
numpy==1.26.3
# via
# -c requirements.txt
# hatch.envs.docs
# pandas
packaging==23.2
# via mkdocs
paginate==0.5.6
# via mkdocs-material
pandas==2.1.4 ; python_version > "3.8"
pandas==2.1.4
# via
# -c requirements.txt
# hatch.envs.docs
Expand Down
12 changes: 4 additions & 8 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is autogenerated by hatch-pip-compile with Python 3.11
#
# [constraints] requirements.txt (SHA256: 06d4f6ec9e10247cb92c99ad6c598c95fbae1b64ec92cb4516d5eacf2728342d)
# [constraints] requirements.txt (SHA256: 7d2ce7d5ed6d5060713188a3a42ce8fdfb3aa0da2ebcb6a000c552ab9fb0cf33)
#
# - pytest~=7.3.1
# - pytest-cov~=4.0.0
Expand All @@ -11,10 +11,7 @@
# - freezegun~=1.2.1
# - click~=8.1.3
# - fake-useragent~=1.1.3
# - numpy~=1.24.4; python_version < "3.9"
# - numpy~=1.26.1; python_version > "3.8"
# - pandas~=2.0.3; python_version < "3.9"
# - pandas~=2.1.2; python_version > "3.8"
# - pandas<3,>=2
# - pydantic~=1.10.13
# - python-dotenv~=1.0.0
# - pytz~=2023.2
Expand Down Expand Up @@ -92,18 +89,17 @@ mdurl==0.1.2
# markdown-it-py
multidict==6.0.4
# via yarl
numpy==1.26.3 ; python_version > "3.8"
numpy==1.26.3
# via
# -c requirements.txt
# hatch.envs.test
# pandas
oauthlib==3.2.2
# via
# -c requirements.txt
# requests-oauthlib
packaging==23.1
# via pytest
pandas==2.1.4 ; python_version > "3.8"
pandas==2.1.4
# via
# -c requirements.txt
# hatch.envs.test
Expand Down

0 comments on commit ff55a18

Please sign in to comment.