Skip to content

Commit 7093fd6

Browse files
Merge pull request #366 from johntruckenbrodt/fix_dependencies
Fix dependencies
2 parents 150e651 + 94ba743 commit 7093fd6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ dependencies:
1616
- pyyaml
1717
- requests
1818
- shapely
19-
- spatialist>=0.16.0
19+
- spatialist>=0.16.1
2020
- sqlalchemy>=1.4,<2.0
2121
- sqlalchemy-utils>=0.37,<0.42

readthedocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
version: 2
22

33
build:
4-
os: "ubuntu-24.04"
4+
os: "ubuntu-lts-latest"
55
tools:
66
python: "mambaforge-latest"
77

88
conda:
9-
environment: environment-doc.yml
9+
environment: environment.yml
1010

1111
python:
1212
install:
1313
- method: pip
1414
path: .
15+
extra_requirements:
16+
- docs
1517

1618
formats:
1719
- epub

0 commit comments

Comments
 (0)