Skip to content

Commit

Permalink
Add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Dec 2, 2023
1 parent 0e977d3 commit 34c41ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ build:
os: ubuntu-20.04
tools:
python: "3.10"
apt_packages:
- libgeos-dev
- libproj-dev
- libudunits2-dev

sphinx:
configuration: docs/source/conf.py
Expand Down
2 changes: 1 addition & 1 deletion coupledmodeldriver/client/unqueued_runs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from argparse import ArgumentParser
from collections import Collection
from collections.abc import Collection
import os
from pathlib import Path
from typing import Any, Dict, List
Expand Down

0 comments on commit 34c41ed

Please sign in to comment.