Skip to content

Commit

Permalink
MAINT: use online_monitor package from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
laborleben committed Apr 23, 2020
1 parent 53dff4f commit 9a1c31f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pip install git+https://github.com/SiLab-Bonn/pyBAR_mimosa26_interpreter@master

Install [Online Monitor](https://github.com/SiLab-Bonn/online_monitor):
```bash
pip install git+https://github.com/SiLab-Bonn/online_monitor@development
pip install 'online_monitor>=0.4.2,<0.5'
```

Finally, install pymosa via:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bitarray>=0.8.1
matplotlib
numba
numpy
online_monitor>=0.4,<0.5
online_monitor>=0.4.2,<0.5
# pyqt -> this line is intentionally commented out
pyyaml
qtpy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
maintainer_email=author_email,
install_requires=install_requires,
packages=find_packages(),
setup_requires=['setuptools', 'online_monitor>=0.4<0.5'],
setup_requires=['setuptools', 'online_monitor>=0.4.2<0.5'],
include_package_data=True, # accept all data files and directories matched by MANIFEST.in or found in source control
keywords=['silicon', 'detector', 'telescope', 'Mimosa26', 'EUDET'],
platforms='any',
Expand Down

0 comments on commit 9a1c31f

Please sign in to comment.