Skip to content

Commit f5ec63a

Browse files
authored
Merge pull request #12 from ClimateImpactLab/bugfix/update-dependencies
Fix dependencies
2 parents 43e475c + fab457b commit f5ec63a

File tree

2 files changed

+38
-29
lines changed

2 files changed

+38
-29
lines changed

pyproject.toml

+38
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,41 @@ build-backend = "setuptools.build_meta"
1010
profile = "black"
1111

1212
[tool.setuptools_scm]
13+
14+
[project]
15+
name = "python-CIAM"
16+
description = "An efficient Python implementation of the Coastal Impacts and Adaptation Model (CIAM)"
17+
readme = "README.md"
18+
authors = [{ name = "Ian Bolliger", email = "[email protected]"}, { name = "Nicholas Depsky", email = "[email protected]" }]
19+
maintainers = [{ name = "Ian Bolliger", email = "[email protected]"}]
20+
dependencies = [
21+
"cloudpathlib",
22+
"dask",
23+
"distributed",
24+
"gitpython",
25+
"numpy",
26+
"rhg_compute_tools",
27+
"pandas",
28+
"parameterize_jobs",
29+
"pint-xarray",
30+
"scipy",
31+
"scikit-learn",
32+
"xarray",
33+
"zarr"
34+
]
35+
requires-python = ">=3.6"
36+
dynamic = ["version"]
37+
classifiers = [
38+
"Programming Language :: Python :: 3",
39+
"License :: OSI Approved :: MIT License",
40+
"Operating System :: OS Independent"
41+
]
42+
43+
[project.urls]
44+
"Homepage" = "https://github.com/ClimateImpactLab/pyCIAM"
45+
46+
[tool.setuptools]
47+
include-package-data = true
48+
49+
[tool.setuptools.packages.find]
50+
where = ["."]

setup.cfg

-29
This file was deleted.

0 commit comments

Comments
 (0)