Skip to content

Commit

Permalink
Update dependency version for v2.10 (#5560)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhe-lz committed May 15, 2023
1 parent f7d8fd2 commit 54fb802
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies/required.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
astor
cloudpickle
colorama
filelock
filelock < 3.12
json_tricks >= 3.15.5
numpy < 1.22 ; python_version < "3.8"
numpy ; python_version >= "3.8"
Expand All @@ -18,6 +18,6 @@ scikit-learn >= 0.24.1
scipy < 1.8 ; python_version < "3.8"
scipy ; python_version >= "3.8"
tqdm
typeguard
typeguard < 3
typing_extensions >= 4.0.0
websockets >= 10.1
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
version = ''
# The full version, including alpha/beta/rc tags
# FIXME: this should be written somewhere globally
release = 'v2.10'
release = 'v2.10.1'

# -- General configuration ---------------------------------------------------

Expand Down
5 changes: 5 additions & 0 deletions docs/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
Change Log
==========

Release 2.10.1 - 5/15/2023
---------------------------

* Update dependency version

Release 2.10 - 11/14/2022
-------------------------

Expand Down

0 comments on commit 54fb802

Please sign in to comment.