Skip to content

Commit 6b1f863

Browse files
authored
Merge pull request #132 from scikit-learn-contrib/fix_typos_in_environment
FIX typos in environments
2 parents b8795b4 + 4a5a03c commit 6b1f863

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ coverage.xml
6767
doc/_build/
6868
doc/generated/
6969

70+
# Notebooks checkpoints
71+
**.ipynb_checkpoints
72+
7073
# PyBuilder
7174
target/
7275

environment.ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ dependencies:
88
- mypy
99
- pandas
1010
- pytest-cov
11+
- python
1112
- scikit-learn
1213
- typed-ast

environment.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: mapie
1+
name: mapie-dev
22
channels:
33
- defaults
44
- conda-forge

environment.notebooks.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: mapie_notebooks
1+
name: mapie-notebooks
22
channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- ipykernel=6.4.1
6+
- ipykernel=6.9.0
77
- jupyter=1.0.0
8-
- jupyterlab=3.0.16
9-
- jupytext=1.11.2
8+
- jupyterlab=3.2.9
9+
- jupytext=1.13.6
1010
- matplotlib=3.5.1
1111
- nbconvert=6.4.0
12-
- pandas=1.2.4
13-
- pip=21.0.1
12+
- pandas=1.3.5
13+
- pip=22.0.3
1414
- pip:
15-
- scikeras==0.3.3
15+
- scikeras==0.4.1
1616
- python=3.10.1
17-
- scikit-learn=1.0.0
18-
- tensorflow=2.6.2
19-
- xgboost=1.3.0
17+
- scikit-learn=1.0.1
18+
- tensorflow=2.7.0
19+
- xgboost=1.5.1

0 commit comments

Comments
 (0)