Skip to content

Commit bbef165

Browse files
committed
Pin numpy <2, bump Python in conda env
1 parent b5e0a8e commit bbef165

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.environment.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ channels:
66
- conda-forge
77
- defaults
88
dependencies:
9-
- python=3.6
9+
- python=3.12
1010
- codecov # test
1111
- fiona
1212
- flask
1313
- isodate
1414
- minio
1515
- networkx
16-
- numpy
16+
- numpy <2
1717
- pandas
1818
- pint
1919
- psycopg2
@@ -33,3 +33,4 @@ dependencies:
3333
- mypy # dev
3434
- minio
3535
- pre-commit # dev
36+
- -e .

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Flask>=0.12
66
isodate>=0.6
77
minio
88
networkx>=1.11
9-
numpy>=1.11
9+
numpy>=1.11,<2
1010
pandas
1111
Pint>=0.8
1212
psycopg2>=2.7

0 commit comments

Comments
 (0)