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

Restore full env #1325

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b69fe94
Update environment
davide-f Jan 30, 2025
4d7a34b
Revise fake-useragent
davide-f Jan 30, 2025
15a2983
Update pypi googledrivedownloader name
davide-f Jan 30, 2025
8dbaff5
Update min version googledrivedownloader
davide-f Jan 30, 2025
c8b0c49
Update gdd import to v1.1
davide-f Jan 30, 2025
a7d0f94
Update pinned environment files for all platforms
davide-f Jan 30, 2025
9cd25c6
Merge pull request #8 from davide-f/update-pinned-environment
davide-f Jan 30, 2025
de334e2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 31, 2025
c82f9c3
Typo
davide-f Jan 31, 2025
4ee5ce1
Revise gdd downloader
davide-f Jan 31, 2025
f6a8d2c
Add support for definitions.structures
davide-f Jan 31, 2025
6a2993e
Push pypsa 0.33
davide-f Feb 7, 2025
c10df00
Update pinned environment files for all platforms
davide-f Feb 7, 2025
25cec02
precommit
davide-f Feb 7, 2025
386ad65
revise pysciopt to pip
davide-f Feb 7, 2025
00f9ff4
Update pinned environment files for all platforms
davide-f Feb 7, 2025
257d1a3
Merge pull request #13 from davide-f/update-pinned-environment
davide-f Feb 7, 2025
bd47771
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 7, 2025
1fa2a82
Max pypsa version 0.30
davide-f Feb 8, 2025
f2ef7cd
Merge branch 'pypsa-meets-earth:main' into restore_full_env
davide-f Feb 8, 2025
562425a
Update pinned environment files for all platforms
davide-f Feb 8, 2025
f199aa8
Merge pull request #14 from davide-f/update-pinned-environment
davide-f Feb 8, 2025
7823137
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 8, 2025
8d90c01
add gurobi to pinned
davide-f Feb 8, 2025
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
21 changes: 10 additions & 11 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pip
- mamba # esp for windows build

- pypsa>=0.25
- pypsa<=0.30
# - atlite>=0.2.4 # until https://github.com/PyPSA/atlite/issues/244 is not merged
- dask
# currently the packages are being installed with pip
Expand All @@ -29,29 +29,29 @@ dependencies:
- memory_profiler
- ruamel.yaml<=0.17.26
- pytables
- pyscipopt # added to compy with the quadratic objective requirement of the clustering script
# - pyscipopt # added to compy with the quadratic objective requirement of the clustering script
- lxml
- numpy
# starting from 1.3.5 numpoly requires numpy>2.0 which leads to issues
- numpoly<=1.3.4
- numpy<=2
- pandas
- geopandas>=1
- fiona>=1.10
- xarray>=2023.11.0, <2023.12.0
- xarray>=2023.11.0
- netcdf4
- networkx
- scipy
- pydoe2
- shapely!=2.0.4
- pre-commit
- scip!=9.2.0 # dependency of pyscipopt, temporary fix
- matplotlib<=3.5.2
- matplotlib
- reverse-geocode
- country_converter
- pyogrio
- numba
- py7zr
- tsam>=1.1.0
- fake-useragent
- chaospy

# Keep in conda environment when calling ipython
- ipython
Expand All @@ -62,7 +62,7 @@ dependencies:
# GIS dependencies:
- cartopy
- descartes
- rasterio!=1.2.10, <=1.3.11
- rasterio
- rioxarray

# Plotting
Expand All @@ -86,6 +86,5 @@ dependencies:
- gurobi

- pip:
- git+https://github.com/davide-f/google-drive-downloader@master # google drive with fix for virus scan
- chaospy # lastest version only available on pip
- fake_useragent
- pyscipopt # See https://github.com/scipopt/PySCIPOpt/issues/944
- googledrivedownloader>=1.1
Loading