Skip to content

Commit a64466d

Browse files
author
a.b.christie
committed
build: Fix build
1 parent bfd3fd1 commit a64466d

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

setup.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
with open(path.join(here, "README.rst"), encoding="utf-8") as f:
1111
long_description = f.read()
1212

13-
with open("requirements.txt") as f:
14-
required = f.read().splitlines()
15-
1613
setup(
1714
name="xchem-frag",
1815
version=environ.get("GITHUB_REF_NAME", "1.0.0"),
@@ -46,7 +43,13 @@
4643
# your project is installed. For an analysis of "install_requires" vs pip's
4744
# requirements files see:
4845
# https://packaging.python.org/en/latest/requirements.html
49-
install_requires=required,
46+
install_requires=[
47+
"neo4j-driver==4.4.11",
48+
"ipython>5.4.1",
49+
"tqdm>=4.65.0",
50+
"numpy>=1.25.2",
51+
"requests>=2.31.0",
52+
],
5053
# List additional groups of dependencies here (e.g. development
5154
# dependencies). You can install these using the following syntax,
5255
# for example:

0 commit comments

Comments
 (0)