Skip to content

Commit 9aad8c9

Browse files
Update README.md
1 parent d175b68 commit 9aad8c9

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

README.md

+2-22
Original file line numberDiff line numberDiff line change
@@ -24,38 +24,18 @@ The following dependencies are required and will be installed with the library:
2424
- `scipy`
2525
- `tensorflow` (>= 2.0)
2626
- `scikit-learn`
27+
- `cvxopt`
2728

2829
If for some reason, these packages failed to install, you can do it manually with:
2930

30-
`pip install numpy scipy tensorflow scikit-learn`
31+
`pip install numpy scipy tensorflow scikit-learn cvxopt`
3132

3233
Finally import the module in your python scripts with:
3334

3435
```python
3536
import adapt
3637
```
3738

38-
## Reference
39-
40-
If you use this library in your research, please cite ADAPT using the following reference:
41-
42-
```
43-
A. de Mathelin, ADAPT Awesome Domain Adaptation Package Toolbox,
44-
Website: https://antoinedemathelin.github.io/adapt/_build/html/index.html, 2020
45-
```
46-
47-
Or in BibTeX format:
48-
49-
```
50-
@misc{demathelin2020adapt,
51-
title={ADAPT Awesome Domain Adaptation Package Toolbox},
52-
author={A. de Mathelin},
53-
url={https://antoinedemathelin.github.io/adapt/_build/html/index.html},
54-
year={2020}
55-
}
56-
```
57-
58-
5939
## Content
6040

6141
ADAPT package is divided in three sub-modules containing the following domain adaptation methods:

0 commit comments

Comments
 (0)