Skip to content

Commit

Permalink
Merge pull request #176 from OSeMOSYS/pandas-update
Browse files Browse the repository at this point in the history
Upgrage to `pandas v2.0`
  • Loading branch information
trevorb1 authored May 1, 2024
2 parents fa0d330 + a644d62 commit 5572d2e
Show file tree
Hide file tree
Showing 10 changed files with 585 additions and 886 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# https://setuptools.pypa.io/en/latest/references/keywords.html

[metadata]
name = feo-esmod-osemosys
description = Future Energy Outlook
author = TransitionZero
author_email = [email protected]
license = MIT
name = osemosys_global
description = Global Energy Model Generator
author = OSeMOSYS
author_email = [email protected]
license = APGL-3.0
license_files = LICENSE.txt
long_description = file: README.md
long_description_content_type = text/x-rst; charset=UTF-8
Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/osemosys-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- python>=3.8
- pip

- pandas<2.0
- pandas
- urllib3
- matplotlib
- seaborn
Expand Down
4 changes: 2 additions & 2 deletions workflow/envs/osemosys-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:

dependencies:
- python>=3.8
- pandas=1.4.1
- pandas
- seaborn
- snakemake
- openpyxl
Expand All @@ -17,4 +17,4 @@ dependencies:

- pip:
- world-bank-data
- otoole==1.1.0
- otoole>=1.0.0, <1.1.0
310 changes: 0 additions & 310 deletions workflow/envs/osemosys_global.yaml

This file was deleted.

Loading

0 comments on commit 5572d2e

Please sign in to comment.