Skip to content

Commit 5e7dab4

Browse files
committed
requirements.txt update
1 parent 98d230c commit 5e7dab4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Please note that this is a hobby project and no guarantees are provided for the
1111

1212
## Installation
1313

14-
TrueColorTools has been tested on Windows 10/11, macOS and Linux. It requires Python 3.10 or higher, which does not have support for Windows 7. [This](https://github.com/adang1345/PythonWin7) startup tool can be used in this case. Depending on the system, you may need to clarify the executing program by replacing `python` with `python3` in the instructions below. Versions of libraries listed in [requirements.txt](requirements.txt) are frozen as of April 2024.
14+
TrueColorTools has been tested on Windows 10/11, macOS and Linux. It requires Python 3.10 or higher, which does not have support for Windows 7. [This](https://github.com/adang1345/PythonWin7) startup tool can be used in this case. Depending on the system, you may need to clarify the executing program by replacing `python` with `python3` in the instructions below. Versions of libraries listed in [requirements.txt](requirements.txt) are frozen as of May 2024.
1515

1616
**Step Zero**: Clone the repository or download the archive using the GitHub web interface. In the console, go to the project root folder.
1717

@@ -123,4 +123,4 @@ This research has made use of:
123123
- [Stiles & Burch (1959) 2-deg individual colour matching functions](http://www.cvrl.org/database/text/sb_individual/sb2_individual.htm);
124124
- [CIE (2012) 2-deg XYZ “physiologically-relevant” colour matching functions](http://www.cvrl.org/database/text/cienewxyz/cie2012xyz2.htm).
125125

126-
My thanks to *arbodox* for the creation of the project logo.
126+
My thanks to *arbodox* for the creation of the project logo.

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy==1.26.4
2-
astropy==6.0.1
3-
matplotlib==3.8.4
2+
astropy==6.1.0
3+
matplotlib==3.9.0
44
Pillow==10.3.0
5-
FreeSimpleGUI==5.0.0
5+
FreeSimpleGUI==5.1.0
66
json-five==1.1.1
7-
sigfig==1.3.3
7+
sigfig==1.3.3

0 commit comments

Comments
 (0)