Skip to content
Snippets Groups Projects
Commit 780afe4c authored by Jon Crall's avatar Jon Crall
Browse files

wip

parent 1480b474
Branches unified
No related tags found
1 merge request!8Start branch for dev/0.1.7
Pipeline #316389 passed
......@@ -12,6 +12,8 @@ networkx>=2.5.1,<=2.5.1 ; python_version < '3.7.0' and python_version >= '3.6.0'
# python ~/local/tools/supported_python_versions_pip.py rich
rich>=12.5.1
# TODO: lets make pandas an optional dependency
# python ~/local/tools/supported_python_versions_pip.py pandas
pandas>=1.5.0 ; python_version < '4.0' and python_version >= '3.11' # Python 3.11+
pandas>=1.4.0 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10
......@@ -22,7 +24,6 @@ pandas>=1.1.5 ; python_version < '3.7' and python_version >= '3.6' # Pyth
scriptconfig >= 0.7.1
pint>=0.18 ; python_version >= '3.7' # Python 3.7+
pint>=0.10 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment