Skip to content

Commit 45b8312

Browse files
Merge pull request #87 from oceanmodeling/depend/condaenv
Fix issues related to environment and project package dependencies
2 parents 7f873df + 2951c9b commit 45b8312

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

environment.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ dependencies:
2121
- matplotlib
2222
- mpi4py
2323
- netcdf4
24-
- numpy
24+
- numpy>=2
2525
- numba
2626
- ocsmesh==1.5.3
2727
- pandas
2828
- pip
2929
- proj
3030
- pyarrow
31-
- pygeos
3231
- pyproj
3332
- python<3.12
3433
- pytz

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ dependencies = [
4848
"packaging",
4949
"pandas",
5050
"pyarrow",
51-
"pygeos",
5251
"pyproj",
5352
"pyschism>=0.1.15",
5453
"pytz",

0 commit comments

Comments
 (0)