Skip to content

Commit

Permalink
pin reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Feb 21, 2020
1 parent 413da35 commit a9fbef6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
numpy>1.16.0
monty>=2.0.6
scipy>=1.2.0
numpy==1.18.1
monty==3.0.2
scipy==1.4.1
scikit-learn==0.20.3
pandas>=0.24.1
cerberus>=1.2
tqdm>=4.30.0
boto3>=1.9.117
botocore>=1.12.117
pytz>=2018.9
watchtower>=0.5.5
pandas==1.0.1
cerberus==1.3.2
tqdm==4.43.0
boto3==1.12.4
botocore==1.15.4
pytz==2019.3
watchtower==0.7.3
psycopg2==2.7.7
docopt>=0.6.2
msgpack-python>=0.5.6
docopt==0.6.2
msgpack-python==0.5.6
python-dateutil==2.8.0
ruamel.yaml==0.16.5
xmltodict>=0.12.0
xmltodict==0.12.0
tables==3.6.1
26 changes: 13 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
url="https://github.com/ToyotaResearchInstitute/beep",
version="02.21.2020",
packages=find_packages(),
install_requires=["numpy>1.16.0",
"monty>=2.0.6",
"scipy>=1.2.0",
install_requires=["numpy==1.18.1",
"monty==3.0.2",
"scipy==1.4.1",
"scikit-learn==0.20.3",
"pandas>=0.24.1",
"cerberus>=1.2",
"tqdm>=4.30.0",
"boto3>=1.9.117",
"botocore>=1.12.117",
"pytz>=2018.9",
"watchtower>=0.5.5",
"pandas==1.0.1",
"cerberus==1.3.2",
"tqdm==4.43.0",
"boto3==1.12.4",
"botocore==1.15.4",
"pytz==2019.3",
"watchtower==0.7.3",
"psycopg2==2.7.7",
"docopt>=0.6.2",
"msgpack-python>=0.5.6",
"docopt==0.6.2",
"msgpack-python==0.5.6",
"python-dateutil==2.8.0",
"ruamel.yaml==0.16.5",
"xmltodict>=0.12.0",
"xmltodict==0.12.0",
"tables==3.6.1"
],
extras_require={
Expand Down

0 comments on commit a9fbef6

Please sign in to comment.