Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HyperLoom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ADAS
HyperLoom
Commits
4535069b
Commit
4535069b
authored
7 years ago
by
Vojtech Cima
Browse files
Options
Downloads
Patches
Plain Diff
[ENH] Hardcode version for Python dependency modules
parent
594e73e9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
python/requirements.txt
+3
-0
3 additions, 0 deletions
python/requirements.txt
with
4 additions
and
1 deletion
README.md
+
1
−
1
View file @
4535069b
...
...
@@ -38,7 +38,7 @@ Note that before re-running `docker-compose up` you need to run `docker-compose
```
virtualenv -p python3 loom_client_env
source loom_client_env/bin/activate
pip3 install
cloudpickle protobuf
pip3 install
-r python/requirements.txt
cd ./python
chmod +x generate.sh
./generate.sh
...
...
This diff is collapsed.
Click to expand it.
python/requirements.txt
0 → 100644
+
3
−
0
View file @
4535069b
bokeh==0.12.4
protobuf==3.2.0
cloudpickle==0.2.2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment