Skip to content

Commit

Permalink
Update setup.cfg for updated testing
Browse files Browse the repository at this point in the history
  • Loading branch information
timcnicholls committed Sep 29, 2023
1 parent 03a2eef commit 49f909a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

[options]
packages = find:
package_dir =
=src

install_requires =
odin-control @ git+https://git@github.com/odin-detector/odin-control.git@1.3.0
odin-control @ git+https://git@github.com/odin-detector/odin-control.git@1.4.0
posix_ipc>=1.0.4
pysnmp>=4.4.4
numpy>=1.14.0
Expand All @@ -34,7 +36,7 @@ meta_writer =
h5py>=2.9.0
# For development tests/docs
dev =
pytest-asyncio
pytest
# Docs
sphinx-autobuild
sphinx-external-toc
Expand Down

0 comments on commit 49f909a

Please sign in to comment.