Skip to content

Commit

Permalink
attempting to loosen pinned deps (#189)
Browse files Browse the repository at this point in the history
* attempting to loosen pinned deps

* changed black dep
  • Loading branch information
ncilfone committed Dec 15, 2021
1 parent 35d944c commit 5b356c6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
8 changes: 4 additions & 4 deletions REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
attrs==21.2.0
GitPython==3.1.18
pytomlpp==1.0.3
pyYAML==5.4.1
attrs~=21.2
GitPython~=3.1
pytomlpp~=1.0
pyYAML~=5.4
20 changes: 10 additions & 10 deletions requirements/DEV_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
black==21.10b0
coveralls==3.3.1
coverage==6.1.2
isort==5.10.1
moto==2.2.15
pydoc-markdown==4.3.2 ; python_version >= '3.7'
pydoc-markdown==3.13.0 ; python_version == '3.6'
pytest==6.2.5
pytest-cov==3.0.0
pylint==2.11.1
black~=21.4b0
coveralls~=3.3
coverage~=6.1
isort~=5.10
moto~=2.2
pydoc-markdown~=4.3 ; python_version >= '3.7'
pydoc-markdown~=3.13 ; python_version == '3.6'
pytest~=6.2
pytest-cov~=3.0
pylint~=2.11
6 changes: 3 additions & 3 deletions requirements/S3_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.20.5
botocore==1.23.5
boto3~=1.20
botocore~=1.23
hurry.filesize==0.9
s3transfer==0.5.0
s3transfer~=0.5
9 changes: 4 additions & 5 deletions requirements/TUNE_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mypy_extensions==0.4.3; python_version < '3.8'
optuna==2.10.0
torchvision==0.11.1
torch==1.10.0
ax-platform==0.2.2; python_version >= '3.7'
mypy_extensions~=0.4; python_version < '3.8'
optuna~=2.10
torch>=1.8.1
ax-platform~=0.2; python_version >= '3.7'

0 comments on commit 5b356c6

Please sign in to comment.