Skip to content

Commit

Permalink
Pin numpy <2, bump Python in conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Jul 2, 2024
1 parent b5e0a8e commit bbef165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.6
- python=3.12
- codecov # test
- fiona
- flask
- isodate
- minio
- networkx
- numpy
- numpy <2
- pandas
- pint
- psycopg2
Expand All @@ -33,3 +33,4 @@ dependencies:
- mypy # dev
- minio
- pre-commit # dev
- -e .
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Flask>=0.12
isodate>=0.6
minio
networkx>=1.11
numpy>=1.11
numpy>=1.11,<2
pandas
Pint>=0.8
psycopg2>=2.7
Expand Down

0 comments on commit bbef165

Please sign in to comment.