We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d4ff90 + c1a95f5 commit 86c1e1dCopy full SHA for 86c1e1d
2 files changed
.github/workflows/CI.yml
@@ -23,10 +23,10 @@ jobs:
23
with:
24
fetch-depth: 0
25
26
- - name: Set up Python 3.8
+ - name: Set up Python 3.12
27
uses: actions/setup-python@v4
28
29
- python-version: 3.8
+ python-version: 3.12
30
31
- name: Check build and install
32
run: |
setup.py
@@ -91,12 +91,13 @@ def relative(lst, base=''):
91
},
92
93
install_requires=['cflib>=0.1.25.1',
94
+ 'setuptools',
95
'appdirs~=1.4.0',
96
'pyzmq~=25.0',
97
'pyqtgraph~=0.13',
98
'PyYAML~=6.0.1',
99
'numpy~=1.20',
- 'vispy~=0.13.0',
100
+ 'vispy~=0.13',
101
'pyserial~=3.5',
102
'pyqt6~=6.5',
103
'PyQt6-sip~=13.5',
0 commit comments