Skip to content

Commit 03b30a6

Browse files
committed
fix base env
1 parent 74fabda commit 03b30a6

File tree

2 files changed

+19
-31
lines changed

2 files changed

+19
-31
lines changed

Diff for: base_environment.yml

+19-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
python
2-
scikit-learn
3-
pandas
4-
numpy
5-
jupyter
6-
pytest
7-
matplotlib
8-
sympy
9-
ipdb
10-
seaborn
11-
pyyaml
12-
pip
1+
name: srbench
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python
6+
- scikit-learn
7+
- pandas
8+
- numpy
9+
- jupyter
10+
- pytest
11+
- matplotlib
12+
- sympy
13+
- ipdb
14+
- seaborn
15+
- pyyaml
16+
- pip
17+
- pip:
18+
- pmlb==1.0.1.post3
19+
- pytest-order

Diff for: environment.yml

-19
This file was deleted.

0 commit comments

Comments
 (0)