Skip to content

Commit

Permalink
Fix the package build
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Feb 19, 2024
1 parent 3e6cdb8 commit 4981527
Show file tree
Hide file tree
Showing 7 changed files with 1,088 additions and 470 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mdsapt/_version.py export-subst
3 changes: 0 additions & 3 deletions build.sh

This file was deleted.

19 changes: 8 additions & 11 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,20 @@
name: mdsapt
channels:
- conda-forge
- conda-forge/label/libint_dev # needed for psi4 1.8.1
- defaults
dependencies:
# This must be specified FIRST to avoid packaging errors.
- psi4=1.8.1=*_2 # pydantic update, for more info see https://github.com/psi4/psi4/issues/2991

- mdanalysis
- click
- python >=3.8
- psi4 =>1.9.1
- mdanalysis >=2.7.0
- rdkit >=2023.09.5
- openmm >=8.1.1
- pdbfixer >=1.9
- numpy
- openmm
- click
- pandas
- pdbfixer
- pytest
- pydantic
- pytest-cov
- pyarrow # needed for pandas
- pyyaml
- rdkit

# Optional deps
- nglview
Expand Down
3 changes: 3 additions & 0 deletions mdsapt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ def log_banner() -> None:

logger = create_logger()
log_banner()

from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit 4981527

Please sign in to comment.