Skip to content

Commit

Permalink
set requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
XuZhirong committed Sep 14, 2021
1 parent f976303 commit 2abfaab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.15, compatible with both python 2/3.
```CurvLearn``` requires tensorflow=1.1*, 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.15, 与python 2/3同时保持兼容。
```CurvLearn``` 依赖于Tensorflow=1.1*, 与python 2/3同时保持兼容。

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

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

0 comments on commit 2abfaab

Please sign in to comment.