Skip to content

Commit

Permalink
Merge pull request #270 from aodn/compliance-checker-pin-version
Browse files Browse the repository at this point in the history
Pin required compliance-checker version
  • Loading branch information
digorgonzola authored Dec 6, 2022
2 parents cd659d5 + 064ca20 commit fbd0175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
cftime<1.1.1;python_version=='3.5'
netCDF4<1.5.4;python_version=='3.5'
pyrsistent<0.17
jsonschema<4.0
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
INSTALL_REQUIRES = [
'boto3>=1.9.156',
'celery>=4.3.0',
'compliance-checker>=4.1.1',
'compliance-checker @ git+https://github.com/ioos/[email protected].1',
'jsonschema>=2.6.0',
'paramiko>=2.6.0',
'python-magic>=0.4.15',
Expand Down Expand Up @@ -56,7 +56,7 @@
author_email='[email protected]',
description='AODN pipeline library',
zip_safe=False,
python_requires='>=3.5',
python_requires='>=3.8',
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,
tests_require=TESTS_REQUIRE,
Expand All @@ -69,8 +69,7 @@
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
],
)

0 comments on commit fbd0175

Please sign in to comment.