Skip to content

Commit

Permalink
requirement comma bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edogrigqv2 committed Feb 20, 2020
1 parent e60cc4d commit edfaf43
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
click>=6.7,<8
pathos==0.2.2.1
boto3>=1.9.2<3
boto3>=1.9.2,<3
botocore>=1.12.204
numpy>=1.18.1<2
tenacity>=5<7
google-cloud-storage>=1<2
pillow>=6<8
lz4>=3<4
tensorflow==1.14
torch>=1<2
waymo-open-dataset>=1.0.1<2
numpy>=1.18.1,<2
tenacity>=5,<7
google-cloud-storage>=1,<2
pillow>=6,<8
lz4>=3,<4
tensorflow>=1.14,<2
torch>=1,<2
waymo-open-dataset>=1.0.1,<2

0 comments on commit edfaf43

Please sign in to comment.