Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request udacity#89 from udacity/ck/updateRequirements2
Browse files Browse the repository at this point in the history
require exact versions for python dependencies
  • Loading branch information
ckirksey3 authored Oct 6, 2017
2 parents b8eb24b + ee6a714 commit 1491c18
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Flask>=0.11.1
attrdict>=2.0.0
eventlet>=0.19.0
python-socketio>=1.6.1
numpy>=1.13.1
Pillow>=2.2.1
scipy>=0.13.3
Flask==0.11.1
attrdict==2.0.0
eventlet==0.19.0
python-socketio==1.6.1
numpy==1.13.1
Pillow==2.2.1
scipy==0.13.3
keras==1.2.0
tensorflow==1.0.0
h5py>=2.6.0
h5py==2.6.0

0 comments on commit 1491c18

Please sign in to comment.