Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danlessa committed Mar 9, 2023
1 parent ec41966 commit 6853369
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,5 @@ dmypy.json

# Pyre type checker
.pyre/
.vscode
.vscode
.DS_Store
2 changes: 1 addition & 1 deletion cadCAD_tools/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .types import Signal, StateUpdate, VariableUpdate
from cadCAD_tools.types import Signal, StateUpdate, VariableUpdate

def generic_suf(variable: str,
signal: str='') -> StateUpdate:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pandas
cadCAD>=0.4.18
tqdm
numpy
plotly
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"""

setup(name='cadCAD_tools',
version='0.0.1.3',
version='0.0.1.5',
description="tools",
long_description=long_description,
url='https://github.com/cadCAD-org/cadCAD-tools',
author='Danilo Lessa Bernardineli',
author_email='[email protected], [email protected]',
packages=find_packages(),
install_requires=['cadCAD', 'pandas', 'tqdm', 'numpy', 'plotly']
install_requires=['pandas', 'tqdm', 'numpy', 'plotly']
)

0 comments on commit 6853369

Please sign in to comment.