Skip to content

Commit 10e0a8d

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

File tree

4 files changed

+622
-717
lines changed

4 files changed

+622
-717
lines changed

README.md

Lines 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

Lines 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)