diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index f7a9615..0700374 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,4 +20,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint -d C0103 $(git ls-files '*.py' | grep -v 'hunter/') \ No newline at end of file + pylint -d C0103 $(git ls-files '*.py' | grep -v 'hunter/') diff --git a/requirements.txt b/requirements.txt index e592666..30163d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,6 @@ isort==5.13.2 mccabe==0.7.0 more-itertools==8.14.0 numpy==1.26.3 -orion @ file:///Users/sboyapal/Documents/Redhat/orion pandas==2.1.4 platformdirs==4.1.0 pylint==3.0.3