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 dea34fe
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 335 deletions.
11 changes: 7 additions & 4 deletions conda/dev.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: pysus
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:
# Pinning Shapely version to resolve third-party dependency issues
- 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 dea34fe

Please sign in to comment.