Skip to content

Commit 052e9bc

Browse files
in requiements version added
1 parent ad4b617 commit 052e9bc

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ authors = [
1111
description = "A modular software suite for automating laboratory measurements in physics research."
1212
readme = "README.md"
1313
license = { file = "LICENSE" }
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.10"
1515
classifiers = [
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
]

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
99
freezegun
1010
pytest
1111
pytest-cov

0 commit comments

Comments
 (0)