Skip to content

Commit

Permalink
fix: Separate dependencies into groups for Poetry installation
Browse files Browse the repository at this point in the history
  • Loading branch information
esloch committed Nov 30, 2023
1 parent b986989 commit d9f2c1f
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 336 deletions.
13 changes: 8 additions & 5 deletions conda/dev.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: pysus
name: env4pysus
channels:
- conda-forge
- nodefaults
- defaults
dependencies:
- python >= 3.11
- python>=3.11
- numpy=1.26
- cffi
- gcc
- make
- nbsphinx
- pip
- poetry >= 1.3.2
- poetry>=1.3.2
- pip:
# Needed to solve third party dependencies errors
- shapely==1.8.5.post1
1 change: 0 additions & 1 deletion docs/source/tutorials/Dengue.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
],
"source": [
"from pysus.ftp.databases.sinan import SINAN\n",
"import keplergl\n",
"import pandas as pd\n",
"import geopandas as gpd\n",
"%pylab inline\n",
Expand Down
Loading

0 comments on commit d9f2c1f

Please sign in to comment.