Skip to content

Commit

Permalink
Merge pull request #24 from siddhantpathakk/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
siddhantpathakk committed Aug 7, 2023
2 parents 76c8dd2 + 27f6074 commit 7897cfc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python Syntax and Linting check
name: Code Lint

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read
Expand All @@ -34,6 +32,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
# - name: Test with pytest
# run: |
# pytest
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cycler==0.11.0
Cython==3.0.0b3
DateTime==5.1
debugpy==1.6.7
decorator==5.1.1
decorator<5.0
defusedxml==0.7.1
deprecation==2.1.0
dm-tree==0.1.8
Expand All @@ -47,7 +47,7 @@ fonttools==4.25.0
fqdn==1.5.1
frozendict==2.3.8
gast==0.4.0
google-auth==2.21.0
google-auth
google-auth-oauthlib==1.0.0
google-pasta==0.2.0
grpcio==1.56.0
Expand All @@ -61,8 +61,8 @@ httpx==0.24.1
hyperframe==5.2.0
idna==2.10
inflection==0.5.1
ipykernel==6.25.0
ipython==8.14.0
ipykernel
ipython
ipython-genutils==0.2.0
ipywidgets==8.1.0
isoduration==20.11.0
Expand Down Expand Up @@ -105,7 +105,7 @@ nbclient==0.8.0
nbconvert==7.7.3
nbformat==5.9.2
nest-asyncio==1.5.7
notebook==7.0.2
notebook
notebook_shim==0.2.3
numexpr==2.8.4
numpy==1.23.5
Expand All @@ -125,7 +125,7 @@ Pillow==9.4.0
platformdirs==3.10.0
plotly==5.15.0
ply==3.11
pooch==1.7.0
pooch<1.7
prometheus-client==0.17.1
prompt-toolkit==3.0.39
protobuf==4.23.3
Expand All @@ -150,7 +150,7 @@ pyzmq==25.1.0
qtconsole==5.4.3
QtPy==2.3.1
referencing==0.30.2
requests==2.31.0
requests
requests-oauthlib==1.3.1
rfc3339-validator==0.1.4
rfc3986==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

VERSION = '1.1.3'
VERSION = '1.1.3.1'

DESCRIPTION = 'Tensorflow ML'

Expand Down

0 comments on commit 7897cfc

Please sign in to comment.