-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update versions of dependancies * update env * change labels used in tests * pin numpy, 2.0 is coming soon * update up version in __version__.py * add python 3.12 to test matrix * remove python 3.12, not supported by latest gmso release
- Loading branch information
1 parent
3017791
commit 23932e9
Showing
5 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
name: flowermd | ||
name: flowermd-dev | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- foyer >=0.12.0 | ||
- fresnel | ||
- freud >=2.13.1 | ||
- gmso >=0.11.2 | ||
- freud >=3.0 | ||
- gmso >=0.12.0 | ||
- gsd >=3.0 | ||
- hoomd=4.3 | ||
- grits >=0.5.0 | ||
- hoomd >=4.5 | ||
- mbuild >=0.17.0 | ||
- numpy | ||
- numpy <2.0 | ||
- openbabel >=3 | ||
- pip | ||
- py3Dmol | ||
- python >=3.10, <3.12 | ||
- fresnel >=0.13.5 | ||
- cmeutils >=1.1.1 | ||
- grits =0.4.1 | ||
- cmeutils >=1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
VERSION = (1, 3, 0) | ||
VERSION = (1, 4, 0) | ||
|
||
__version__ = ".".join(map(str, VERSION)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
URL = "https://github.com/cmelab/flowerMD" | ||
EMAIL = "[email protected]" | ||
AUTHOR = "CME Lab" | ||
REQUIRES_PYTHON = ">=3.9.0" | ||
REQUIRES_PYTHON = ">=3.10.0" | ||
VERSION = None | ||
|
||
# What packages are required for this module to be executed? | ||
|