Skip to content

Commit

Permalink
update env files and version (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU authored Apr 9, 2024
1 parent af4adc0 commit a600b73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- freud >=2.13.1
- gmso >=0.11.2
- gsd >=3.0
- grits=0.4.1
- hoomd=4.3
- mbuild >=0.17.0
- numpy
Expand All @@ -20,5 +21,3 @@ dependencies:
- python >=3.10, <3.12
- fresnel >=0.13.5
- cmeutils >=1.1.1
- pip:
- git+https://github.com/cmelab/grits.git@main
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
- python >=3.10, <3.12
- fresnel >=0.13.5
- cmeutils >=1.1.1
- grits >=0.3.0
- grits =0.4.1
2 changes: 1 addition & 1 deletion flowermd/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 2, 0)
VERSION = (1, 3, 0)

__version__ = ".".join(map(str, VERSION))

0 comments on commit a600b73

Please sign in to comment.