Skip to content

Commit

Permalink
modified project and env file
Browse files Browse the repository at this point in the history
  • Loading branch information
srpeiter committed May 25, 2023
1 parent 73fa891 commit f1f3db2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 5 additions & 4 deletions cht_cyclones/cyclone_track_database.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import datetime
import os
import xarray as xr
from functools import reduce

import geopandas as gpd
import numpy as np
import pandas as pd
from functools import reduce
import shapely
import geopandas as gpd
import datetime
import xarray as xr

from .tropical_cyclone import TropicalCyclone

Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- pip
- numpy
- scipy
- xarray
- pandas
- geopandas
- matplotlib
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name = "cht_cyclones"
#description = "Combining of tidal components to time series"
readme = "README.md"
authors = [
{ name = "Maarten van Ormondt", email = "maarten.vanormondt@deltares.nl"},
{ name = "Julian Hofer", email = "Julian.Hofer@deltares.nl" },
{ name = "Sarwan Peiter", email = "Sarwan.Peiter@deltares.nl" },
]
Expand All @@ -17,7 +18,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Hydrology",
]
requires-python = ">=3.10"
dependencies = ["numpy", "scipy", "pandas", "geopandas","matplotlib", "shapely","fiona"]
dependencies = ["numpy", "scipy", "pandas", "geopandas","matplotlib", "shapely","xarray"]
dynamic = ["version"]

[project.optional-dependencies]
Expand Down

0 comments on commit f1f3db2

Please sign in to comment.