Skip to content

Commit

Permalink
Check sanity of tests (NOAA-OWP#744)
Browse files Browse the repository at this point in the history
* Check sanity of tests

* Undo PR 741

* Fix pandas for git debug

* Another fix

* Another fix 2

* Fix pandas to <= 2.2.0 - remp patch

* Remove debug statement
  • Loading branch information
JurgenZach-NOAA authored Feb 26, 2024
1 parent 26092b1 commit adbf446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy
Cython<3.0.4
pandas>=1.1.5
pandas >=1.1.5, <=2.2.0
xarray
netcdf4
pyyaml
Expand Down

0 comments on commit adbf446

Please sign in to comment.