Skip to content

Commit

Permalink
retry cython build for windows (#1082)
Browse files Browse the repository at this point in the history
* retry cython build for windows

* with numpy

* with numpy

* remove all pip dependencies

* disable mdtraj dep on Windows

* works with mdtraj

* make compatible with master
  • Loading branch information
stefdoerr committed Mar 4, 2024
1 parent c071f2b commit b9bbf7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package/htmd/DEPENDENCIES_WIN
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ scipy >=1.10.1
# For moleculekit full install
propka >=3.4.0
pdb2pqr >=3.5.2+18
# mdtraj >=1.9.9
mdtraj >=1.9.9
# plumed >=2.7.3
openbabel >=3.1.1
rdkit >=2020.09.3
Expand Down
21 changes: 1 addition & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: POSIX :: Linux",
]
dependencies = [
"numpy>=1.17",
"deeptime",
"natsort",
"joblib",
"scikit-learn",
"nglview",
"pandas>=1.1.2",
"pint",
"matplotlib",
"protocolinterface",
"networkx",
"tqdm",
"moleculekit>=0.9.12",
"jobqueues",
"propka",
"mdtraj",
"openpyxl",
"h5py",
]
dependencies = []

[project.urls]
"Homepage" = "https://github.com/Acellera/htmd"
Expand Down

0 comments on commit b9bbf7d

Please sign in to comment.