Skip to content

Commit ed83dbc

Browse files
committed
Fix dependencies for release
1 parent 175dbb2 commit ed83dbc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ To install `adlib`, run `python3 setup.py install`. For development, do `python3
1818
* CVXPY (0.4-0.4.11 version)
1919
* Pathos
2020
* Pandas
21+
* Progress
2122
* CVXOPT (optional as a CVXPY solver)
2223
* Jupyter Notebook (optional for notebook demo)
2324
* Py.test (optional for testing)

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
numpy
22
pyyaml
33
scipy
4-
sklearn
4+
scikit-learn
55
cvxpy>=0.4,<=0.4.11
66
matplotlib
77
pathos
88
pytest
99
pandas
10+
progress

0 commit comments

Comments
 (0)