Skip to content

Commit

Permalink
Merge pull request #571 from jGaboardi/prep_1.5.4_rel
Browse files Browse the repository at this point in the history
Prep 1.5.4 rel
  • Loading branch information
jGaboardi committed Jan 4, 2021
2 parents 44eaf38 + 4aa745c commit c784fc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: notebooks-environment
channels:
- conda-forge
dependencies:
- python=3.8
- python=3.9
- descartes
- esda
- geopandas>=0.7.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ def _get_requirements_from_files(groups_files):
Parameters
----------
groups_files : dict
k - descriptive name, v - file name (including extension)
Returns
-------
groups_reqlist : dict
k - descriptive name, v - list of required packages
"""

groups_reqlist = {}
for k, v in groups_files.items():
with open(v, "r") as f:
Expand Down
2 changes: 1 addition & 1 deletion spaghetti/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.5.3"
__version__ = "1.5.4"

"""
# `spaghetti` --- Spatial Graphs: Networks, Topology, & Inference
Expand Down

0 comments on commit c784fc7

Please sign in to comment.