Skip to content

Commit f8c7bc2

Browse files
authored
Merge pull request #24 from stevenhua0320/macos14-fix
Fix: add gsl install to macos14 to pass CI.
2 parents cdf0981 + 6b56685 commit f8c7bc2

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

news/macos14-fix.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* No News Added: add install gsl in workflow to pass CI
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

requirements/conda.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
numpy
22
diffpy.pdffit2
33
diffpy.structure
4+
gsl

requirements/pip.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
numpy
2+
gsl
23
diffpy.pdffit2
34
diffpy.structure

0 commit comments

Comments
 (0)