File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ authors = [
1111description = " A modular software suite for automating laboratory measurements in physics research."
1212readme = " README.md"
1313license = { file = " LICENSE" }
14- requires-python = " >=3.9 "
14+ requires-python = " >=3.10 "
1515classifiers = [
1616 " Development Status :: 4 - Beta" ,
1717 " Intended Audience :: Science/Research" ,
1818 " License :: OSI Approved :: MIT License" ,
1919 " Operating System :: OS Independent" ,
2020 " Programming Language :: Python :: 3" ,
2121 " Programming Language :: Python :: 3.9" ,
22+ " Programming Language :: Python :: 3.10" ,
2223 " Topic :: Scientific/Engineering :: Physics" ,
2324 " Topic :: System :: Hardware :: Hardware Drivers" ,
2425]
Original file line number Diff line number Diff line change 1- numpy == 1.26 .4
2- pandas
3- matplotlib
4- pymeasure
5- pyvisa
6- pyvisa-py
7- gpib-ctypes
8- pillow
1+ numpy == 1.22 .4
2+ pandas == 1.4.2
3+ matplotlib == 3.5.2
4+ pymeasure == 0.10.0
5+ pyvisa == 1.12.0
6+ pyvisa-py == 0.5.3
7+ gpib-ctypes == 0.3.0
8+ Pillow == 9.1.1
99freezegun
1010pytest
1111pytest-cov
You can’t perform that action at this time.
0 commit comments