-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make requirements less strict * Added clarification on file name, minor corrections
- Loading branch information
1 parent
21771d6
commit 11332fa
Showing
5 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
jupyter==1.0.0 | ||
matplotlib==2.2.3 | ||
numpy==1.14.5 | ||
opencv-python==3.4.2.17 | ||
Pillow==5.2.0 | ||
pyquaternion==0.9.5 | ||
scikit-learn==0.19.2 | ||
tqdm==4.25.0 | ||
scipy==1.1.0 | ||
cachetools==3.1.0 | ||
Shapely==1.6.4.post2 | ||
jupyter | ||
matplotlib | ||
numpy | ||
opencv-python | ||
Pillow | ||
pyquaternion>=0.9.5 | ||
scikit-learn | ||
tqdm | ||
scipy | ||
cachetools | ||
Shapely |