Skip to content

Commit

Permalink
FIX-#1998: Unpin msgpack to satisfy Ray requirements (#1999)
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
  • Loading branch information
gshimansky authored Sep 3, 2020
1 parent 826699e commit badecb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ openpyxl
xlrd
matplotlib<=3.2.2
sqlalchemy
msgpack<1.0
msgpack
pandas_gbq
cloudpickle
rpyc
2 changes: 1 addition & 1 deletion requirements/df_test_requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ matplotlib
xarray
scipy
Jinja2
msgpack<1.0
msgpack
pandas_gbq
2 changes: 1 addition & 1 deletion requirements/env_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ dependencies:
- xlrd
- matplotlib
- sqlalchemy
- msgpack<1.0
- msgpack
- cloudpickle
- rpyc
2 changes: 1 addition & 1 deletion requirements/windows_test_requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ openpyxl
xlrd
matplotlib<=3.2.2
sqlalchemy
msgpack<1.0
msgpack

0 comments on commit badecb4

Please sign in to comment.