Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict pandas version #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = Elexon, BMRS
author = Ayrton Bourn
author_email = [email protected]
branch = master
version = 2.0.16
version = 2.0.17
min_python = 3.6
audience = Developers
language = English
Expand All @@ -20,5 +20,5 @@ title = ElexonDataPortal
doc_path = docs
doc_host = https://OSUKED.github.io
doc_baseurl = /ElexonDataPortal/
requirements = pandas>=1.2.0 requests>=2.25.0 tqdm>=4.61.0 xmltodict>=0.12.0
requirements = pandas>=1.2.0,<2 requests>=2.25.0 tqdm>=4.61.0 xmltodict>=0.12.0
dev_requirements = fastcore==1.3.19 jinja2>=3.0.0 nbdev==1.1.15 typer>=0.3.2 pyyaml>=5.4.1 geopandas>=0.9.0 moepy>=1.1.4 croniter>=1.0.15 seaborn>=0.11.1