Skip to content

Commit

Permalink
Trying pip instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias157 committed Jan 20, 2025
1 parent eca583a commit aead47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/get_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pybalmorel has the following requirements - here illustrated in a environment.ym
name: pybalmorel
channels:
- conda-forge
- bioconda
dependencies:
- python >= 3.10
- numpy>=2.1.2
Expand All @@ -24,5 +23,6 @@ dependencies:
- pip
- pip:
- pybalmorel==0.5.0
- cartopy>=0.24.1
```
3 changes: 1 addition & 2 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: pybalmorel
channels:
- conda-forge
- bioconda
dependencies:
- python >= 3.10
- numpy>=2.1.2
Expand All @@ -10,8 +9,8 @@ dependencies:
- geopandas>=1.0.1
- ipywidgets>=8.1.3
- ipykernel>=6.29.5
- cartopy>=0.24.1
- pytest=8.3.3
- pip
- pip:
- pybalmorel==0.4.5
- cartopy>=0.24.1

0 comments on commit aead47b

Please sign in to comment.