Skip to content

Commit

Permalink
build 112
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Jun 8, 2024
1 parent b06ed10 commit b8243c6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 27 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import sys
import os
import subprocess

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down
25 changes: 25 additions & 0 deletions docs/source/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: mesa_geo
channels:
- conda-forge
dependencies:
- python=3.10
- jupyterlite_sphinx
- xeus-python
- geopandas
- numpy
- sphinx
- sphinx_rtd_theme
- myst-nb
- libpysal
- rtree
- rasterio
- shapely
- pyproj
- folium
- ipyleaflet
- pip>=20.1
- pip:
- mesa~=2.3.0
- xyzservices>=2022.9.0
- jupyter_bridge

26 changes: 0 additions & 26 deletions environment.yml

This file was deleted.

0 comments on commit b8243c6

Please sign in to comment.