Skip to content

Commit

Permalink
Bump camacq to 0.8.0 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Dec 28, 2024
1 parent fe32024 commit c064a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
camacq==0.7.5
camacq==0.8.0
matplotlib==3.10.0
pandas==2.2.3
scipy==1.14.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)
README_FILE = PROJECT_DIR / "README.md"
LONG_DESCRIPTION = README_FILE.read_text(encoding="utf-8")
REQUIRES = ["camacq>=0.6.0", "matplotlib", "pandas", "scipy"]
REQUIRES = ["camacq>=0.8.0", "matplotlib", "pandas", "scipy"]


setuptools.setup(
Expand Down

0 comments on commit c064a99

Please sign in to comment.