Skip to content

Commit 419d8c4

Browse files
authored
Merge pull request #2 from Sparks29032/main
Fix minimum `diffpy.utils` version
2 parents 2bc9135 + d007975 commit 419d8c4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.ci_support/linux_64_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ channel_targets:
77
docker_image:
88
- quay.io/condaforge/linux-anvil-x86_64:alma9
99
python_min:
10-
- '3.9'
10+
- '3.10'

.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source:
1212

1313
build:
1414
noarch: python
15-
number: 1
15+
number: 2
1616
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed .
1717
entry_points:
1818
- diffpy.morph = diffpy.morph.morphapp:main
@@ -30,7 +30,7 @@ requirements:
3030
- python >={{ python_min }}
3131
- numpy
3232
- scipy
33-
- diffpy.utils
33+
- diffpy.utils >=3.6.1
3434
- matplotlib-base
3535
- bg-mpl-stylesheets
3636

0 commit comments

Comments
 (0)