Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
3e0b1945
Commit
3e0b1945
authored
Nov 29, 2020
by
lucas_miranda
Browse files
Added pipenv dependency management
parent
9fad1e0e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
deepof/
Pipfile
→
Pipfile
View file @
3e0b1945
...
...
@@ -4,13 +4,18 @@ verify_ssl = true
name
=
"pypi"
[packages]
dash
=
"~
=
1.11.0
"
hypothesis
=
"~
=
5.29.0
"
joblib
=
"~
=
0.16.0
"
keras-tuner
=
"~
=
1.0.2
"
kerastuner-tensorboard-logger
=
"~
=
0.2.3
"
matplotlib
=
"~
=
3.1.3
"
networkx
=
"~
=
2.4
"
numpy
=
"~
=
1.18.1
"
opencv-python
=
"~
=
4.2.0.32
"
pandas
=
"~
=
1.0.3
"
plotly
=
"~
=
4.5.0
"
pytest
=
"~
=
5.3.5
"
regex
=
"~
=
2020.2.18
"
scikit-learn
=
"~
=
0.23.2
"
scipy
=
"~
=
1.5.2
"
...
...
@@ -20,14 +25,8 @@ tensorflow-probability = "~=0.11.1"
tensorflow
=
"~
=
2.3.0
"
tqdm
=
"~
=
4.50.0
"
umap-learn
=
"~
=
0.4.6
"
pipfile
=
"*"
[dev-packages]
dash
=
"~
=
1.11.0
"
hypothesis
=
"~
=
5.29.0
"
keras-tuner
=
"~
=
1.0.2
"
kerastuner-tensorboard-logger
=
"~
=
0.2.3
"
pytest
=
"~
=
5.3.5
"
[requires]
python_version
=
"3.8"
deepof/
Pipfile.lock
→
Pipfile.lock
View file @
3e0b1945
This diff is collapsed.
Click to expand it.
deepof/
requirements.txt
→
requirements.txt
View file @
3e0b1945
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment