We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ec37b commit 8c2cccdCopy full SHA for 8c2cccd
setup.py
@@ -18,8 +18,9 @@
18
'workalendar',
19
'oemof.db',
20
'demandlib',
21
- 'ego.io >=0.0.1rc4, <= 0.0.2',
22
- 'geoalchemy2'
+ 'egoio @ git+https://github.com/openego/ego.io.git@features/use-one-Base-definition',
+ 'oedialect @ git+https://github.com/OpenEnergyPlatform/oedialect.git@4957e63ca46a976e35eecf84036466cb624e6bfe',
23
+ 'geoalchemy2 < 0.7.0',
24
],
25
extras_require={
26
'docs': [
0 commit comments