Skip to content

Commit

Permalink
Merge pull request #132 from DUNE/fix_pylandau
Browse files Browse the repository at this point in the history
Use Andrew's fork of pylandau
  • Loading branch information
mjkramer authored Jul 12, 2024
2 parents a0e0b4d + 05c188a commit a3b968a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion env-nompi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- pip:
- h5flow>=0.1.0
- adc64format>=0.1.1
- pylandau
- git+https://github.com/cuddandr/pylandau.git
- dbscan1d
2 changes: 1 addition & 1 deletion env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- pip:
- h5flow>=0.1.0
- adc64format>=0.1.1
- pylandau
- git+https://github.com/cuddandr/pylandau.git
- dbscan1d
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'scikit-image',
'scikit-learn',
'h5flow>=0.2.0',
'pylandau',
'pylandau @ git+https://github.com/cuddandr/pylandau.git#egg=pylandau',
'dbscan1d',
]
)
2 changes: 1 addition & 1 deletion test/env-nompi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pip:
- pyyaml-include==1.3.2
- adc64format>=0.0.2
- pylandau
- git+https://github.com/cuddandr/pylandau.git
3 changes: 1 addition & 2 deletions test/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ dependencies:
- pyyaml-include==1.3.2
- h5py --no-binary=h5py
- adc64format>=0.0.2
- pylandau

- git+https://github.com/cuddandr/pylandau.git

0 comments on commit a3b968a

Please sign in to comment.