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

View File

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

View File

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