File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2424
2525 - name : Install dependencies
2626 run : |
27- python -m pip install --upgrade pip setuptools
28- pip install flake8
27+ python -m pip install --upgrade pip
28+ pip install flake8 setuptools
2929 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3030
3131 - name : Install Budgitree
Original file line number Diff line number Diff line change 22Budgitree init.py
33"""
44
5- __version__ = "0.0.9 "
5+ __version__ = "0.1.0 "
66__parent_dir__ = 'budgitree'
77__test_tree__ = 'data/example_tree.tree'
Original file line number Diff line number Diff line change 4141 python_requires = ">=3.9" ,
4242 install_requires = ["ete3 == 3.1.3" ,
4343 "biopython == 1.84" ,
44- "six == 1.16.0" ],
44+ "six == 1.16.0" ,
45+ "setuptools == 75.3.0" ],
4546 extras_require = { # Optional
4647 "dev" : ["pre-commit" , "pipenv" ],
4748 "test" : ["pytest" , "pytest-cov" ],
You can’t perform that action at this time.
0 commit comments