Skip to content

Commit

Permalink
Merge pull request #331 from dougiesquire/sqlalchemy
Browse files Browse the repository at this point in the history
Pin sqlalchemy<2.0
  • Loading branch information
dougiesquire authored Oct 12, 2023
2 parents 5fb8ae1 + fe298bd commit a9f5fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- netcdf4
- joblib
- tqdm
- sqlalchemy
- sqlalchemy<2.0
- ipywidgets
- cftime>1.2.1
- lxml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'bokeh',
'netcdf4',
'tqdm',
'sqlalchemy',
'sqlalchemy<2.0',
'cftime',
'f90nml',
'joblib',
Expand Down

0 comments on commit a9f5fc9

Please sign in to comment.