Skip to content

Commit

Permalink
Merge pull request #12 from ClimateImpactLab/bugfix/update-dependencies
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
bolliger32 authored Nov 15, 2024
2 parents 43e475c + fab457b commit f5ec63a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 29 deletions.
38 changes: 38 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,41 @@ build-backend = "setuptools.build_meta"
profile = "black"

[tool.setuptools_scm]

[project]
name = "python-CIAM"
description = "An efficient Python implementation of the Coastal Impacts and Adaptation Model (CIAM)"
readme = "README.md"
authors = [{ name = "Ian Bolliger", email = "[email protected]"}, { name = "Nicholas Depsky", email = "[email protected]" }]
maintainers = [{ name = "Ian Bolliger", email = "[email protected]"}]
dependencies = [
"cloudpathlib",
"dask",
"distributed",
"gitpython",
"numpy",
"rhg_compute_tools",
"pandas",
"parameterize_jobs",
"pint-xarray",
"scipy",
"scikit-learn",
"xarray",
"zarr"
]
requires-python = ">=3.6"
dynamic = ["version"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]

[project.urls]
"Homepage" = "https://github.com/ClimateImpactLab/pyCIAM"

[tool.setuptools]
include-package-data = true

[tool.setuptools.packages.find]
where = ["."]
29 changes: 0 additions & 29 deletions setup.cfg

This file was deleted.

0 comments on commit f5ec63a

Please sign in to comment.