Skip to content

Commit

Permalink
Move tsam installation to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Jan 3, 2025
1 parent d463de7 commit 38ac5ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dependencies:
- pyogrio
- numba
- py7zr
- tsam>=1.1.0

# Keep in conda environment when calling ipython
- ipython
Expand Down Expand Up @@ -86,6 +87,5 @@ dependencies:

- pip:
- git+https://github.com/davide-f/google-drive-downloader@master # google drive with fix for virus scan
- tsam>=1.1.0
- chaospy # lastest version only available on pip
- fake_useragent
1 change: 1 addition & 0 deletions envs/linux-pinned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ dependencies:
- tornado=6.4.2
- tqdm=4.67.1
- traitlets=5.14.3
- tsam=2.3.6
- types-python-dateutil=2.9.0.20241206
- typing-extensions=4.12.2
- typing_extensions=4.12.2
Expand Down
1 change: 1 addition & 0 deletions envs/macos-pinned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ dependencies:
- tornado=6.4.2
- tqdm=4.67.1
- traitlets=5.14.3
- tsam=2.3.6
- types-python-dateutil=2.9.0.20241206
- typing-extensions=4.12.2
- typing_extensions=4.12.2
Expand Down
2 changes: 1 addition & 1 deletion envs/windows-pinned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ dependencies:
- tornado=6.4.2
- tqdm=4.67.1
- traitlets=5.14.3
- tsam=2.3.6
- types-python-dateutil=2.9.0.20241206
- typing-extensions=4.12.2
- typing_extensions=4.12.2
Expand Down Expand Up @@ -504,5 +505,4 @@ dependencies:
- googledrivedownloader==0.4
- highspy==1.9.0
- polars==1.17.1
- tsam==2.3.6
prefix: C:\Miniconda\envs\pypsa-earth

0 comments on commit 38ac5ea

Please sign in to comment.