Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated requirements.txt and added Tensorflow 2 compatibility #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DipanshuShukla
Copy link

@DipanshuShukla DipanshuShukla commented Jun 15, 2021

Updated requirements.txt because the old requirements.txt contained some outdated and unavailable package versions.
Added tensorflow 2 to the requirements.txt as the older tensorflow 1.x versions are now outdated and no longer available through pip. Also added tensorflow 2 support to the scripts.

This PR also solves Issue-25.

Updated requirements.txt to new updated compatible versions. Some of the package versions were outdated and unavailable.
pip only allows tensorflow>=2.2.0 to be installed as tensorflow 1.x versions are outdated and unavailable through pip. This commit makes the code compatible to work with those tensorflow 2 versions.
pip only allows tensorflow>=2.2.0 to be installed as tensorflow 1.x versions are outdated and unavailable through pip. This commit makes the code compatible to work with those tensorflow 2 versions.
@DipanshuShukla DipanshuShukla changed the title Updated requirements.txt and tf2 compatibility Updated requirements.txt and added Tensorflow 2 compatibility Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant