Skip to content

Commit d77222e

Browse files
authored
Merge branch 'master' into dependabot/pip/scipy-1.6.3
2 parents 7d7b970 + ef30fd3 commit d77222e

File tree

2 files changed

+45
-9
lines changed

2 files changed

+45
-9
lines changed

.github/dependabot.yml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: xgboost
10+
versions:
11+
- 1.3.3
12+
- 1.4.0
13+
- dependency-name: matplotlib
14+
versions:
15+
- 3.3.3
16+
- 3.3.4
17+
- 3.4.0
18+
- dependency-name: scipy
19+
versions:
20+
- 1.6.0
21+
- 1.6.1
22+
- 1.6.2
23+
- dependency-name: pandas
24+
versions:
25+
- 1.2.1
26+
- 1.2.2
27+
- 1.2.3
28+
- dependency-name: numpy
29+
versions:
30+
- 1.19.5
31+
- 1.20.0
32+
- 1.20.1
33+
- dependency-name: astropy
34+
versions:
35+
- "4.2"

requirements.txt

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
astropy==4.0.1.post1
2-
xgboost==1.0.0
3-
seaborn==0.10.0
4-
scipy==1.6.3
5-
pandas==1.0.1
6-
matplotlib==3.1.2
7-
numpy==1.18.1
8-
astroquery==0.4.1
9-
scikit_learn==0.22.1
1+
scipy==1.6.3
2+
astropy==4.0.1.post1
3+
xgboost==1.0.0
4+
seaborn==0.10.0
5+
pandas==1.0.1
6+
matplotlib==3.1.2
7+
numpy==1.18.1
8+
astroquery==0.4.1
9+
scikit_learn==0.22.1
10+

0 commit comments

Comments
 (0)