Skip to content

Commit 38d106d

Browse files
committed
Merge branch 'main' into fix_2898 to sort the dataframe iss in CI/CD
2 parents 0c7f6b4 + 87302bf commit 38d106d

File tree

5 files changed

+14
-19
lines changed

5 files changed

+14
-19
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4+
type: 'bug'
45

56
---
67

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4+
type: 'feature'
45

56
---
67

MANIFEST.in

Lines changed: 0 additions & 17 deletions
This file was deleted.

continuous_integration/environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- xarray!=2022.9.0
6-
- dask
6+
- dask<2025.1.0
77
- distributed
88
- dask-image
99
- donfig

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
dependencies = [
99
"platformdirs",
10-
"dask[array]>=0.17.1",
10+
"dask[array]>=0.17.1,<2025.1.0",
1111
"donfig",
1212
"numpy>=1.21",
1313
"packaging",
@@ -112,6 +112,16 @@ build-backend = "hatchling.build"
112112
[tool.hatch.metadata]
113113
allow-direct-references = true
114114

115+
[tool.hatch.build.targets.sdist]
116+
only-include = [
117+
"satpy",
118+
"doc",
119+
"AUTHORS.md",
120+
"CHANGELOG.md",
121+
"SECURITY.md",
122+
"CITATION",
123+
]
124+
115125
[tool.hatch.build.targets.wheel]
116126
packages = ["satpy"]
117127

0 commit comments

Comments
 (0)