Skip to content

Commit

Permalink
change req
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycleman15 committed Apr 16, 2020
1 parent e7b1c08 commit 30102ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 1 addition & 5 deletions project/phenotyping/send_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@

# send the train data and get back list of (list of pointers)
train_text_worker_ptrs = send_text_data(train_data,workers)
train_label_worker_ptrs = send_label_data(test_data,workers)

# send the test data and get back list of (list of pointers)
test_text_worker_ptrs = send_text_data(test_data,workers)
test_label_worker_ptrs = send_label_data(test_data,workers)
train_label_worker_ptrs = send_label_data(test_data,workers)
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
pandas==1.0.3
pandas==1.0.3
mmh3==2.5.1
syft==0.2.4
tqdm==4.45.0

0 comments on commit 30102ce

Please sign in to comment.