Skip to content

Commit

Permalink
set version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
XuZhirong committed Sep 14, 2021
1 parent 4e19071 commit de53d43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Note that the non-Euclidean model is sensitive to the hyper-parameters such as l

### Installation

```CurvLearn``` requires tensorflow=1.1*, compatible with both python 2/3.
```CurvLearn``` requires tensorflow~=1.15, compatible with both python 2/3.

The preferred way for installing is via `pip`.

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

### 安装

```CurvLearn``` 依赖于Tensorflow=1.1*, 与python 2/3同时保持兼容。
```CurvLearn``` 依赖于Tensorflow~=1.15, 与python 2/3同时保持兼容。

使用推荐使用```pip```进行安装配置。

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
numpy
scipy
tensorflow~=1.15.0

0 comments on commit de53d43

Please sign in to comment.