diff --git a/MovingPandas/requirements.txt b/MovingPandas/requirements.txt new file mode 100644 index 0000000..a8212e5 --- /dev/null +++ b/MovingPandas/requirements.txt @@ -0,0 +1,9 @@ +pymeos>=1.3.0a1 +pandas>=2.0 +matplotlib>=3.7 +geopandas>=0.13 +shapely>=2.0 +movingpandas>=0.16 +holoviews>=1.18 +distinctipy>=1.3 +tqdm>=4.65 diff --git a/PyMEOS_Examples/requirements.txt b/PyMEOS_Examples/requirements.txt new file mode 100644 index 0000000..abd1c13 --- /dev/null +++ b/PyMEOS_Examples/requirements.txt @@ -0,0 +1,5 @@ +pymeos>=1.3.0a1 +pandas>=2.0 +matplotlib>=3.7 +tqdm>=4.65 +contextily>=1.3