Skip to content

Commit

Permalink
Add ipdb to all environments
Browse files Browse the repository at this point in the history
Fixes #254
  • Loading branch information
timtroendle committed Mar 11, 2024
1 parent 420ea48 commit 84acada
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions envs/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- python=3.9
- ipython=7.21.0
- ipdb=0.13.13
- numpy=1.20.2
- pandas=1.2.3
- xlrd=2.0.1
Expand Down
1 change: 1 addition & 0 deletions envs/geo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
dependencies:
- python=3.9
- ipdb=0.13.13
- numpy=1.20.2
- scipy=1.6.2
- pandas=1.2.3
Expand Down
1 change: 1 addition & 0 deletions envs/hydro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
dependencies:
- python=3.9
- ipdb=0.13.13
- numpy=1.20.2
- pandas=1.2.3
- gdal=3.3.1
Expand Down
1 change: 1 addition & 0 deletions envs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- gurobi
dependencies:
- python=3.9
- ipdb=0.13.13
- numpy=1.23
- pandas=1.5
- xarray=2022.3
Expand Down
1 change: 1 addition & 0 deletions envs/vis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- python=3.9
- ipython=7.21.0
- ipdb=0.13.13
- numpy=1.20.2
- pandas=1.2.3
- pycountry=18.12.8
Expand Down

0 comments on commit 84acada

Please sign in to comment.