Skip to content

Commit 06158fb

Browse files
Derek-Wdsyou-n-g
authored andcommitted
Update readme and setup.py
1 parent 1e2e023 commit 06158fb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,10 @@ This table demonstrates the supported Python version of `Qlib`:
8282
2. For Python 3.9, `Qlib` supports running workflows such as training models, doing backtest and plot most of the related figures (those included in [notebook](examples/workflow_by_code.ipynb)). However, plotting for the *model performance* is not supported for now and we will fix this when the dependent packages are upgraded in the future.
8383

8484
### Install with pip
85-
**Note**: Due to latest numpy release: version 1.20.0, unexpected errors will occur if you install or run Qlib with `numpy==1.20.0`. We recommend to use lower version of `numpy==1.19.5` for now and we will fix this incompatibility in the neaar future.
86-
8785
Users can easily install ``Qlib`` by pip according to the following command.
8886

8987
```bash
90-
pip install numpy==1.19.5
91-
pip install pyqlib --ignore-installed numpy
88+
pip install pyqlib
9289
```
9390

9491
**Note**: pip will install the latest stable qlib. However, the main branch of qlib is in active development. If you want to test the latest scripts or functions in the main branch. Please install qlib with the methods below.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# What packages are required for this module to be executed?
3131
# `estimator` may depend on other packages. In order to reduce dependencies, it is not written here.
3232
REQUIRED = [
33-
"numpy>=1.12.0,<=1.19.5",
33+
"numpy>=1.12.0",
3434
"pandas>=0.25.1",
3535
"scipy>=1.0.0",
3636
"requests>=2.18.0",

0 commit comments

Comments
 (0)