Skip to content

Commit d0776af

Browse files
authored
Merge pull request #639 from camsys/depend-sklearn
add scikit-learn to formal dependencies
2 parents ae7fa43 + 388e4da commit d0776af

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

conda-environments/activitysim-dev-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dependencies:
5959
- rich
6060
- ruby # required for benchmarking pre-commit hooks
6161
- setuptools_scm
62+
- scikit-learn >= 1.1
6263
- simwrapper > 1.7
6364
- snakeviz # for profiling
6465
- sphinx

conda-environments/activitysim-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies:
5555
- rich
5656
- ruby # required for benchmarking pre-commit hooks
5757
- setuptools_scm
58+
- scikit-learn >= 1.1
5859
- sharrow >= 2.5.2
5960
- simwrapper > 1.7
6061
- snakeviz # for profiling

conda-environments/docbuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies:
4141
- pytest-regressions
4242
- pyyaml >= 5.1
4343
- requests >= 2.7
44+
- scikit-learn >= 1.1
4445
- sharrow >= 2.5.2
4546
- simwrapper > 1.7
4647
- sphinx-argparse

conda-environments/github-actions-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies:
2626
- pytest-regressions
2727
- pyyaml >= 5.1
2828
- requests >= 2.7
29+
- scikit-learn >= 1.1
2930
- sharrow >= 2.5.2
3031
- simwrapper > 1.7
3132
- scikit-learn >= 1.1.1

docs/gettingstarted.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@ This page describes how to get started with ActivitySim.
1111
.. index:: installation
1212

1313

14+
Pre-packaged Installer
15+
----------------------
16+
17+
Begining with version 1.2, ActivitySim is now available for Windows via a
18+
pre-packaged installer. This installer provides everything you need to run
19+
ActivitySim, including Python, all the necessary supporting packages, and
20+
ActivitySim itself. You should only choose this installation process if you
21+
plan to use ActivitySim but you don't need or want to do other Python
22+
development. Note this installer is provided as an "executable" which (of course)
23+
installs a variety of things on your system, and it is quite likely to be flagged by
24+
Windows, anti-virus, or institutional IT policies as "unusual" software, which
25+
may require special treatment to actually install and use.
26+
27+
Download the installer from GitHub `here <https://github.com/ActivitySim/activitysim/releases/download/v1.2.0/Activitysim-1.2.0-Windows-x86_64.exe`__.
28+
It is strongly recommended to choose the option to install "for me only", as this
29+
should not require administrator privileges on your machine. Pay attention
30+
to the *complete path* of the installation location. You will need to know
31+
that path to run ActivitySim in the future, as the installer does not modify
32+
your "PATH" and the location of the `ActivitySim.exe` command line tool will not
33+
be available without knowing the path to where the install has happened.
34+
35+
Once the install is complete, ActivitySim can be run directly from any command
36+
prompt by running `<install_location>/Scripts/ActivitySim.exe`.
37+
38+
1439
Installation
1540
------------
1641

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ install_requires =
3535
pypyr >= 5.3
3636
pyyaml >= 5.1
3737
requests >= 2.7
38+
scikit-learn >= 1.1
3839
sharrow >= 2.5
3940
simwrapper > 1.7
4041
tables >= 3.5.1

0 commit comments

Comments
 (0)