This commit is contained in:
parent
cdc293c7ce
commit
aad813a4e2
|
@ -36,7 +36,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install h5py numpy
|
||||
pip install -e
|
||||
pip install -e .
|
||||
|
||||
- name: 1. Build HDF5 Dataset
|
||||
run: |
|
||||
|
|
4
setup.py
4
setup.py
|
@ -3,8 +3,8 @@ from setuptools import setup, find_packages
|
|||
setup(
|
||||
name="modrec_workflow",
|
||||
version="0.1",
|
||||
packages=find_packages(), # this will pick up `utils/` (so utils/__init__.py must exist)
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
# runtime dependencies go here (if any)
|
||||
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user