Skip to content

Commit

Permalink
update README for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmoerland committed Jan 20, 2025
1 parent 7cc5f19 commit cce039a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Py-optics is free to use under the conditions of the [Apache-2.0 open source lic

1. Create and activate a virtual environment. With conda:

$ conda create -n py-optics python=3.12
$ conda create -n py-optics python=3.13
$ conda activate py-optics

Py-optics is tested on Python version 3.9 to 3.12. On Windows, there is a potential performance improvement if numpy and scipy are installed with conda, as they are optimized to use the Intel MKL libraries.
Py-optics is tested on Python version 3.9 to 3.13. On Windows, there is a potential performance improvement if numpy and scipy are installed with conda, as they are optimized to use the Intel MKL libraries.

2. Clone the repository:

Expand Down

0 comments on commit cce039a

Please sign in to comment.