Skip to content

Commit d4c5a86

Browse files
authored
Remove tensorforce package. (#965)
Last usage in our platform was in October 2020. In the past year, we have seen 14 notebooks using it only. User wanting to use this package should use `!pip install tensorforce` into their own kernel. TensorForce 0.6.2 has dependencies on tensorflow==2.3.1 and numpy==1.18.5 which is incompatible with our environment. We don't want to constrain new release of TensorFlow for a package that is barely being used. Hence, the reason for dropping it from our base image. http://b/181584341
1 parent 812e62f commit d4c5a86

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@ RUN pip install flashtext && \
372372
pip install shap && \
373373
pip install ray && \
374374
pip install gym && \
375-
# b/167268016 tensorforce 0.6.6 has an explicit dependency on tensorflow 2.3.1 which is causing a downgrade.
376-
pip install tensorforce==0.5.5 && \
377375
pip install pyarabic && \
378376
pip install pandasql && \
379377
pip install tensorflow_hub && \

tests/test_tensorforce.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)