Skip to content

Commit

Permalink
FIX: remove duplicate reuirements, update online monitor to working v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
leloup314 committed Oct 29, 2023
1 parent 8ac52ef commit 81f6ca1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
basil_daq>=3.0.0
online_monitor>=0.4.1<0.5
online-monitor>=0.6
numpy
psutil
qtpy
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
packages=find_packages(),
include_package_data=True,
install_requires=install_requires,
setup_requires=['online_monitor>=0.4.1<0.5'],
entry_points={
'console_scripts': [
'pytlu = pytlu.tlu:main',
Expand Down

0 comments on commit 81f6ca1

Please sign in to comment.