Make QuantLib optional - can cause CI build issues
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
nicegui>=2.0.0
|
nicegui>=2.0.0
|
||||||
fastapi>=0.110.0
|
fastapi>=0.110.0
|
||||||
uvicorn>=0.27.0
|
uvicorn>=0.27.0
|
||||||
QuantLib>=1.31
|
|
||||||
yfinance>=0.2.0
|
yfinance>=0.2.0
|
||||||
lightweight-charts>=2.0.0
|
lightweight-charts>=2.0.0
|
||||||
polars>=0.20.0
|
polars>=0.20.0
|
||||||
@@ -9,3 +8,4 @@ pandas>=2.0.0
|
|||||||
pydantic>=2.5.0
|
pydantic>=2.5.0
|
||||||
pyyaml>=6.0
|
pyyaml>=6.0
|
||||||
redis>=5.0.0
|
redis>=5.0.0
|
||||||
|
# QuantLib>=1.31 is optional - installed separately if needed
|
||||||
|
|||||||
Reference in New Issue
Block a user