-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
39 lines (34 loc) · 913 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[tool.poetry]
name = "rulesofriveravulsion"
version = "0.1.0"
description = "reproducibility package for rules of river avulsion change downstream manuscript"
authors = ["Jake Gearon <[email protected]>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
numpy = "^1.26.2"
matplotlib = "^3.8.2"
geopandas = "^0.14.1"
pyqt5 = "^5.15.10"
scipy = "^1.11.4"
scikit-image = "^0.22.0"
rasterio = "^1.3.9"
shapely = "^2.0.2"
pysheds = "^0.3.5"
plotly-express = "^0.4.1"
pyarrow = "^14.0.1"
nbformat = "^5.9.2"
earthengine-api = "^0.1.383"
geemap = "^0.29.6"
pycrs = "^1.0.2"
seaborn = "^0.13.0"
xgboost = "^2.0.2"
scikit-learn = "^1.3.2"
openpyxl = "^3.1.2"
scikit-optimize = {git = "https://github.com/mikesmithlab/scikit-optimize.git"}
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.27.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"