Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ neo4jrestclient==2.1.1
nltk == 3.4.1
google-cloud-vision==0.34
google-auth==1.5.1
opencv-python==3.4.2.16
opencv-python==4.2.0.32
scikit-learn == 0.20.1
python-dotenv==0.10.1 # to load .env file
-e git+https://77b104ff8a48e8547d7daec6f229358505bd5685@github.com/source-data/ai.git#egg=ai
2 changes: 1 addition & 1 deletion smtag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tensorboardX==1.6
google-cloud-vision==0.34
google-auth==1.5.1
# opencv-python==3.4.1.15 # dgx
opencv-python==3.4.2.16 # mac
opencv-python==4.2.0.32 # mac
scikit-learn == 0.20.1
python-dotenv==0.10.1 # to load .env file
# vsearch==0.2.1 # update with git submodule update --remote
Expand Down