Skip to content

Commit

Permalink
Merge pull request #75 from USEPA/74-failing-tests
Browse files Browse the repository at this point in the history
Fix tests - Update requirements
  • Loading branch information
jbousquin authored Jul 2, 2024
2 parents a4189d8 + 76c3a84 commit 3296bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions harmonize_wq/domains.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def get_domain_dict(table, cols=None):
'Extractable, organic-bnd', 'Extractable, other', 'Extractable, oxide-bound',
'Extractable, residual', 'Field', 'Filter/sieve residue', 'Filterable',
'Filtered field and/or lab', 'Filtered, field', 'Filtered, lab',
'Fixed', 'Free Available', 'Inorganic', 'Leachable',
'Fixed', 'Free Available', 'Inorganic', 'Leachable', 'Net (Hot)',
'Non-Filterable (Particle)', 'Non-settleable', 'Non-volatile',
'None', 'Organic', 'Pot. Dissolved', 'Semivolatile', 'Settleable',
'Sieved', 'Strong Acid Diss', 'Supernate', 'Suspended', 'Total',
Expand Down Expand Up @@ -961,4 +961,4 @@ def characteristic_cols(category=None):
{"Source": "USDOI/USGS", "Method": "I-6600-88"},
{"Source": "ASTM", "Method": "D515"},
],
}
}
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
numpy<2.0
pandas<2.0
geopandas>=0.10.2, <0.13 # Has additional dependencies (pandas, numpy, shapely, fiona, etc.), tested on 0.10.2
pint>=0.18 # May work on earlier versions but this is what it was tested on
dataretrieval>=1.*, <1.0.5 # 1.0.5 will break datetime handling, <1.0 doesn't have required functions
dataretrieval>=1.0, <1.0.5 # 1.0.5 will break datetime handling, <1.0 doesn't have required functions
descartes>=1.1.0 # May be required for mapping in some jupyter notebooks
mapclassify>=2.4.0 # May be required for mapping in some jupyter notebooks
requests
numpy

0 comments on commit 3296bcc

Please sign in to comment.