Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,13 @@ To release a new version, please update the changelog as followed:
### Changed
- remove `tl.layers.initialize_global_variables(sess)` (PR #931)
- change `tl.layers.core`, `tl.models.core` (PR #966)
- change `weights` into `all_weights`, `trainable_weights`, `nontrainable_weights`
- change `weights` into `all_weights`, `trainable_weights`, `nontrainable_weights`

### Dependencies Update
- nltk>=3.3,<3.4 => nltk>=3.3,<3.5 (PR #892)
- pytest>=3.6,<3.11 => pytest>=3.6,<4.1 (PR #889)
- yapf>=0.22,<0.25 => yapf==0.25.0 (PR #896)
- imageio==2.5.0 progressbar2==3.39.3 scikit-learn==0.21.0 scikit-image==0.15.0 scipy==1.2.1 wrapt==1.11.1 pymongo==3.8.0 sphinx==2.0.1 wrapt==1.11.1 opencv-python==4.1.0.25 requests==2.21.0 tqdm==4.31.1 lxml==4.3.3 pycodestyle==2.5.0 sphinx==2.0.1 yapf==0.27.0(PR #967)

### Deprecated

Expand Down
12 changes: 6 additions & 6 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
imageio>=2.3,<2.5
imageio==2.5.0
numpy>=1.16,<1.17
progressbar2>=3.38,<3.39
progressbar2==3.39.3
requests==2.21.0
scikit-learn>=0.19,<0.21
scikit-image>=0.14,<0.15
scipy>=1.1,<1.2
wrapt>=1.10,<1.11
scikit-learn==0.21.0
scikit-image==0.15.0
scipy==1.2.1
wrapt==1.11.1
h5py>=2.9
cloudpickle>=0.8.1
2 changes: 1 addition & 1 deletion requirements/requirements_db.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pymongo>=3.6,<3.8
pymongo==3.8.0
6 changes: 3 additions & 3 deletions requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
flake8-docstrings>=1.3,<1.4
pycodestyle>=2.0,<2.5
pycodestyle==2.5.0
pydocstyle>=2.1,<3.1
sphinx>=1.7,<1.9
sphinx==2.0.1
sphinx_rtd_theme>=0.4,<0.5
wrapt>=1.10,<1.11
wrapt==1.11.1
h5py>=2.9
cloudpickle>=0.8.1
8 changes: 4 additions & 4 deletions requirements/requirements_extra.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opencv-python>=3.4,<3.5
opencv-python==4.1.0.25
nltk>=3.3,<3.5
matplotlib>=2.2,<3.1
requests>=2.19,<2.21
tqdm>=4.23,<4.29
lxml>=4.2,<4.3
requests==2.21.0
tqdm==4.31.1
lxml==4.3.3
12 changes: 6 additions & 6 deletions requirements/requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
keras>=2.2,<2.3
pycodestyle>=2.0,<2.5
pycodestyle==2.5.0
pydocstyle>=2.1,<3.1
pytest>=3.6,<4.1
pytest==4.5.0
pytest-cache>=1.0,<1.1
pytest-cov>=2.5,<2.7
pytest-xdist==1.25.0
sphinx>=1.7,<1.9
yapf==0.25.0
pytest-cov==2.7.1
pytest-xdist==1.28.0
sphinx==2.0.1
yapf==0.27.0