Skip to content

Commit

Permalink
Merge pull request #101 from wolberlab/numpy_upgrade
Browse files Browse the repository at this point in the history
Numpy upgrade
  • Loading branch information
talagayev authored Aug 18, 2024
2 parents 0903242 + e609746 commit 619c003
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ dependencies:
- versioningit~=2.0
- pytest>=6.1.2
- pytest-runner
- numpy=1.23.4
- numpy=1.26.4
- plip=2.3.0
- requests>=2.28.1
- rdkit>=2022.03.5
- mdtraj=1.9.7
- pdbfixer=1.8.1
- openff-toolkit=0.11.1
- openff-toolkit=0.16.0
- openmmforcefields=0.11.2
- cudatoolkit>=11.7.0
- cuda-python>=11.7.1
- MDAnalysis>=2.3.0
- mdanalysis>=2.3.0
- pytest-shutil>=1.7.0
- flask>=2.2.2
- cairosvg=2.7.1
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0", "versioningit~=2.0"]
requires = ["setuptools>=61.0", "versioningit"]
build-backend = "setuptools.build_meta"

# Self-descriptive entries which should always be present
Expand All @@ -18,7 +18,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
requires-python = ">=3.8"
requires-python = ">=3.10"
# Declare any run-time dependencies that should be installed with the package.
dependencies = [

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy=1.23.4
numpy=1.26.4
plip=2.3.0
requests>=2.28.1
rdkit>=2022.03.5
mdtraj=1.9.7
pdbfixer=1.8.1
openff-toolkit=0.11.1
openff-toolkit=0.16.0
openmmforcefields=0.11.2
cudatoolkit>=11.7.0
cuda-python>=11.7.1
Expand Down

0 comments on commit 619c003

Please sign in to comment.