Skip to content

Commit f21dbd6

Browse files
fix: Pin pandas below 3.0.0 to prevent incompatibility with NaN handling (#1136)
1 parent b854598 commit f21dbd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\*Allotrope® is a registered trademark of the Allotrope Foundation; no affiliation with the Allotrope Foundation is claimed or implied.
22

3-
# Introduction
3+
# Test Introduction
44
Welcome to `allotropy` -- a Python library by Benchling for converting instrument data into the Allotrope Simple Model (ASM).
55

66
View the list of instrument software currently supported in [SUPPORTED_INSTRUMENT_SOFTWARE](https://github.com/Benchling-Open-Source/allotropy/blob/main/SUPPORTED_INSTRUMENT_SOFTWARE.adoc).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies = [
5959
"numpy >= 1.25.0",
6060
"olefile >= 0.47",
6161
"openpyxl >= 3.1.0",
62-
"pandas >= 2.2.0",
62+
"pandas >= 2.2.0, < 3.0.0",
6363
"python-calamine >= 0.2.3",
6464
"rainbow-api == 1.0.10",
6565
"rfc3339-validator >= 0.1.4",

0 commit comments

Comments
 (0)