Skip to content

Commit

Permalink
RC4: Dependencies for conda-forge compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cbueth committed Apr 9, 2024
1 parent 8fc12d8 commit ccff30b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
project = "superblockify"
copyright = "2023-2024, Carlson Büth"
author = "Carlson Büth"
release = "1.0.0rc3"
release = "1.0.0rc4"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda
- defaults
dependencies:
# Dependencies
# Dependencies
- osmnx
- geopandas
- rasterio
Expand All @@ -16,6 +16,8 @@ dependencies:
- ruamel.yaml
- pyarrow
- seaborn
- psutil
- typing-extensions
- rasterstats # only used in one reference notebook
- momepy # only used in one reference notebook
# Code Quality
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ dependencies = [
"ruamel.yaml",
"pyarrow",
"seaborn",
"psutil",
"typing-extensions",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion superblockify/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""superblockify package version."""

__version__ = "1.0.0rc3"
__version__ = "1.0.0rc4"

0 comments on commit ccff30b

Please sign in to comment.