update environment: matplotlib, xarray, pypsa

This commit is contained in:
Fabian Neumann 2023-12-04 14:39:23 +01:00
parent bbc31f42d9
commit 4df6370198
3 changed files with 4 additions and 6 deletions

View File

@ -11,7 +11,8 @@ dependencies:
- pip
- atlite>=0.2.9
- linopy<=0.2.6
- pypsa>=0.25.2
- linopy
- dask
# Dependencies of the workflow itself
@ -28,14 +29,14 @@ dependencies:
- numpy
- pandas>=1.4
- geopandas>=0.11.0
- xarray<=2023.8.0
- xarray
- rioxarray
- netcdf4
- networkx
- scipy
- shapely>=2.0
- pyomo
- matplotlib<3.6
- matplotlib
- proj
- fiona
- country_converter
@ -57,4 +58,3 @@ dependencies:
- pip:
- tsam>=2.3.1
- pypsa>=0.25.2

View File

@ -5,7 +5,6 @@
localrules:
copy_config,
copy_conda_env,
if config["foresight"] != "perfect":

View File

@ -452,7 +452,6 @@ def plot_carbon_budget_distribution(input_eurostat):
sns.set()
sns.set_style("ticks")
plt.style.use("seaborn-ticks")
plt.rcParams["xtick.direction"] = "in"
plt.rcParams["ytick.direction"] = "in"
plt.rcParams["xtick.labelsize"] = 20