Skip to content

Commit 1307fe2

Browse files
committed
v2025.10.30
1 parent 4923607 commit 1307fe2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,40 @@ Source code changes, if any, have been submitted to the project maintainers or a
1212

1313
The wheels can be downloaded from the [Releases](https://github.com/cgohlke/pymol-open-source.whl/releases) page.
1414

15-
Install a wheel on the command line, for example for Python 3.13 64-bit:
15+
Install a wheel on the command line, for example for Python 3.14 64-bit:
1616

17-
py.exe -3.13 -m pip install pymol-3.2.0a0-cp313-cp313-win_amd64.whl
17+
py.exe -3.14 -m pip install pymol-3.2.0a0-cp314-cp314-win_amd64.whl
1818

1919
Install the PyMOL launcher, for example:
2020

21-
py.exe -3.13 -m pip install pymol_launcher-3.2.0a0-cp313-cp313-win_amd64.whl
21+
py.exe -3.14 -m pip install pymol_launcher-3.2.0a0-cp314-cp314-win_amd64.whl
2222

2323
Start the PyMOL app using the ``PyMOL.exe`` executable in Python's folder or from the command line:
2424

25-
py.exe -3.13 -m pymol
25+
py.exe -3.14 -m pymol
2626

27-
The [Microsoft Visual C++ Redistributable packages for Visual Studio 2022](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170) is required to run the software.
27+
The [Microsoft Visual C++ Redistributable packages for Visual Studio 2022](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist) is required to run the software.
2828

2929
The ``pymol-open-source`` package conflicts with the [``chempy``](https://pypi.org/project/chempy/) package. Only one library can be imported in a process.
3030

31-
## Release 2025.7.4
31+
## Release 2025.10.30
3232

3333
This release was built from the following source code:
3434

35-
- [Pymol-open-source](https://github.com/schrodinger/pymol-open-source/) 3.2.0a0 [master](https://github.com/schrodinger/pymol-open-source/commit/7e6dafa700aba746ad963d5057748dbb8f87cbc6)
35+
- [Pymol-open-source](https://github.com/schrodinger/pymol-open-source/) 3.2.0a0 [master](https://github.com/schrodinger/pymol-open-source/commit/a71b21233ea0e6d114bff5d6adb4f4fc53ca1a20)
3636
- [boost](https://www.boost.org/users/download/) 1.88.0
37-
- [brotli](https://github.com/google/brotli) 1.1.0
37+
- [brotli](https://github.com/google/brotli) 1.2.0
3838
- [bzip2](https://sourceware.org/pub/bzip2/) 1.0.8
3939
- [freeglut](https://github.com/FreeGLUTProject/freeglut) 3.6.0
40-
- [freetype](https://download.savannah.gnu.org/releases/freetype/) 2.13.3
40+
- [freetype](https://download.savannah.gnu.org/releases/freetype/) 2.14.1
4141
- [glew](https://github.com/nigels-com/glew) 2.2.0
42-
- [glm](https://github.com/g-truc/glm) 1.0.1
43-
- [harfbuzz](https://github.com/harfbuzz/harfbuzz) 11.2.1
44-
- [libpng](https://github.com/glennrp/libpng) 1.6.49
45-
- [libxml2](https://gitlab.gnome.org/GNOME/libxml2) 2.14.4
42+
- [glm](https://github.com/g-truc/glm) 1.0.2
43+
- [harfbuzz](https://github.com/harfbuzz/harfbuzz) 11.5.1
44+
- [libpng](https://github.com/glennrp/libpng) 1.6.50
45+
- [libxml2](https://gitlab.gnome.org/GNOME/libxml2) 2.14.6
4646
- [libxslt](https://gitlab.gnome.org/GNOME/libxslt) 1.1.43
4747
- [mmtf-cpp](https://github.com/rcsb/mmtf-cpp) 1.1.0
48-
- [msgpack-cxx](https://github.com/msgpack/msgpack-c/tree/cpp_master) 6.1.0
48+
- [msgpack-cxx](https://github.com/msgpack/msgpack-c/tree/cpp_master) 6.1.1
4949
- [OpenVR](https://github.com/ValveSoftware/openvr) 1.0.17
5050
- [VTK-m](https://gitlab.kitware.com/vtk/vtk-m) 2.3.0
5151
- [win-iconv](https://github.com/OgreTransporter/win-iconv) master

0 commit comments

Comments
 (0)