Skip to content

Commit

Permalink
code: add currencyconverter to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
finozzifa committed Jan 24, 2025
1 parent ce4040e commit 604382e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
.ipynb_checkpoints

# General untracked file formats
*.idea
*.log
**/pbf
*.pbf
Expand Down
1 change: 1 addition & 0 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ dependencies:
- 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
- currencyconverter
2 changes: 1 addition & 1 deletion envs/linux-pinned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ dependencies:
- cycler=0.12.1
- cyrus-sasl=2.1.27
- cytoolz=1.0.1
- CurrencyConverter=0.17.30
- dask=2024.12.1
- dask-core=2024.12.1
- dask-expr=1.1.21
Expand Down Expand Up @@ -576,6 +575,7 @@ dependencies:
- zstd=1.5.6
- pip:
- chaospy==4.3.17
- currencyconverter==0.17.30
- fake-useragent==2.0.3
- googledrivedownloader==0.4
prefix: /usr/share/miniconda/envs/pypsa-earth
2 changes: 1 addition & 1 deletion envs/macos-pinned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ dependencies:
- cycler=0.12.1
- cyrus-sasl=2.1.27
- cytoolz=1.0.1
- CurrencyConverter=0.17.30
- dask=2024.12.1
- dask-core=2024.12.1
- dask-expr=1.1.21
Expand Down Expand Up @@ -504,6 +503,7 @@ dependencies:
- zstd=1.5.6
- pip:
- chaospy==4.3.17
- currencyconverter==0.17.30
- fake-useragent==2.0.3
- googledrivedownloader==0.4
prefix: /Users/runner/miniconda3/envs/pypsa-earth
2 changes: 1 addition & 1 deletion envs/windows-pinned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ dependencies:
- cpython=3.10.16
- cycler=0.12.1
- cytoolz=1.0.1
- CurrencyConverter=0.17.30
- dask=2024.12.1
- dask-core=2024.12.1
- dask-expr=1.1.21
Expand Down Expand Up @@ -503,6 +502,7 @@ dependencies:
- zstd=1.5.6
- pip:
- chaospy==4.3.17
- currencyconverter==0.17.30
- fake-useragent==2.0.3
- googledrivedownloader==0.4
- polars==1.17.1
Expand Down

0 comments on commit 604382e

Please sign in to comment.