1 Star 7 Fork 4

capsion-refers/mikeio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
Henrik Andersson 提交于 2024-08-12 14:39 +08:00 . Drop 3.8
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.sdist]
exclude = ["notebooks", "tests", "images"]
[tool.hatch.metadata]
allow-direct-references = true
[project]
name="mikeio"
version="2.1.dev0"
dependencies = [
"mikecore>=0.2.1",
"numpy>=1.22.0",
"pandas>=1.3",
"matplotlib>=3.6.0",
"scipy>=1.0",
"PyYAML",
"tqdm",
"xarray",
]
authors = [
{ name="Henrik Andersson",email="jan@dhigroup.com"},
{ name = "Jesper Sandvig Mariegaard", email="jem@dhigroup.com" }
]
description="A package that uses the DHI dfs libraries to create, write and read dfs and mesh files."
license="BSD-3-Clause"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"License :: OSI Approved :: BSD License",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
]
[project.optional-dependencies]
dev = ["pytest",
"black==22.3.0",
"quarto-cli",
"quartodoc==0.7.3",
"shapely",
"pyproj",
"xarray",
"netcdf4",
"rasterio",
"polars",
"ruff==0.5.6",
"mypy==1.11.1",
]
test = ["pytest", "pytest-cov", "xarray","mypy==1.11.1","shapely","pyproj", "polars"]
notebooks= [
"nbformat",
"nbconvert",
"jupyter",
"xarray",
"netcdf4",
"rasterio",
"geopandas",
"scikit-learn",
"matplotlib",
"folium",
"mapclassify",
]
[project.urls]
"Homepage" = "https://github.com/DHI/mikeio"
"Bug Tracker" = "https://github.com/DHI/mikeio/issues"
[tool.ruff]
# ignore long lines
ignore = ["E501", "E741"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/capsion-refers/mikeio.git
git@gitee.com:capsion-refers/mikeio.git
capsion-refers
mikeio
mikeio
main

搜索帮助