Skip to content

Commit

Permalink
Updating package requirements
Browse files Browse the repository at this point in the history
Signed-off-by: bvandekerkhof <[email protected]>
  • Loading branch information
bvandekerkhof committed Feb 13, 2024
1 parent 2163c7a commit 77d33bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
*.idea

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
9 changes: 0 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,13 @@ keywords = ["gas dispersion", "emission", "detection", "localization", "quantifi
python = "~3.11"
pandas = ">=2.1.4"
numpy = ">=1.26.2"
azure-storage-blob = ">=12.19.0"
h5py = ">=3.10.0"
plotly = ">=5.18.0"
scipy = ">=1.11.4"
pymap3d = ">=3.0.1"
python-dotenv = ">=1.0.0"
geojson = ">=3.1.0"
geopandas = ">=0.14.1"
shapely = ">=2.0.2"
Fiona = ">=1.9.5"
scikit-learn = ">=1.3.2"
openmcmc = ">=1.0.0"
pyarrow = {version = ">=14.0.2", optional = true }

[tool.poetry.extras]
parquet = ["pyarrow"]

[tool.poetry.group.contributor]
optional = true
Expand Down

0 comments on commit 77d33bf

Please sign in to comment.