We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e0a8e commit bbef165Copy full SHA for bbef165
.environment.yml
@@ -6,14 +6,14 @@ channels:
6
- conda-forge
7
- defaults
8
dependencies:
9
-- python=3.6
+- python=3.12
10
- codecov # test
11
- fiona
12
- flask
13
- isodate
14
- minio
15
- networkx
16
-- numpy
+- numpy <2
17
- pandas
18
- pint
19
- psycopg2
@@ -33,3 +33,4 @@ dependencies:
33
- mypy # dev
34
35
- pre-commit # dev
36
+ - -e .
requirements.txt
@@ -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
0 commit comments