-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
executable file
·34 lines (33 loc) · 923 Bytes
/
Copy pathrequirements.txt
File metadata and controls
executable file
·34 lines (33 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
###############################################################################
#
# Under uv:
# rm -r .venv/ pyproject.toml .python-version uv.lock
# uv init -p 3.11
# uv add -r requirements.txt
#
# Since we often run this script from another directory, embed the dependencies
# in the script itself:
#
# uv add --script setclock.py -r requirements.txt
#
# This was how this all used to work:
# pip3 install -r requirements.txt
#
###############################################################################
#
# Also need the "libs" and "data" directories which are available in this
# repository.
# Set the PYTHONPATH environment variable to point to where "libs" is installed,
# e.g. for csh/tcsh:
#
# setenv PYTHONPATH $HOME/Python/libs
###############################################################################
pyserial
numpy
psutil
tkcalendar
gpsd-py3
python-dateutil
pytz
scipy
pandas