Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 10e0a8d

Browse filesBrowse files
Merge pull request DahlitzFlorian#3 from DahlitzFlorian/fix/dependency-setup
fix: dependency setup
2 parents 61c8f11 + 33403f2 commit 10e0a8d
Copy full SHA for 10e0a8d

File tree

Expand file treeCollapse file tree

4 files changed

+622
-717
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+622
-717
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ A collection of useful Python snippets.
66
on third-party packages.
77

88
**third-party:** As the name suggests, it contains those snippets
9-
depending on third-party packages, even though it's only `requests`
9+
depending on third-party packages, even if it's only `requests`
1010
or `click`.
1111

12+
> **Note:** Due to the changed distribution settings of the library `tensorflow`, you need to install it separately on your system in order to run some of the snippets in this repo.
13+
> `tensorflow` is no longer part of the repositories `Pipfile`.
14+
1215
**ebook:** Contains an ebook including the provided snippets and additional explanations and insights.
1316
The ebook is available as `.epub`, `.mobi` and `.pdf`.
1417
Currently `pandoc` doesn't support LaTeX `\ref{...}` handling, which is used in the ebook.

‎third_party/Pipfile

Copy file name to clipboardExpand all lines: third_party/Pipfile
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ clint = "*"
2222
docopt = "*"
2323
tqdm = "*"
2424
opencv-python = "*"
25-
tensorflow = "*"
2625
aiohttp = "*"
2726
gevent = "*"
2827
tornado = "*"
@@ -44,6 +43,3 @@ textblob = "*"
4443
blist = "*"
4544

4645
[dev-packages]
47-
48-
[requires]
49-
python_version = "3.6"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.