Skip to content

Commit 3287ec3

Browse files
authored
replace fastener with filelock (#401)
1 parent 50cbb8a commit 3287ec3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/contributing_code.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ dependencies, do the following:
223223
224224
mamba install -c conda-forge \
225225
'cython>=0.28' \
226-
'fasteners' \
226+
'filelock' \
227227
'griddataformats>=0.4.0' \
228228
'hypothesis' \
229229
'matplotlib-base>=1.5.1' \
@@ -303,7 +303,7 @@ At this point you should be able to import MDAnalysis from your locally built ve
303303
$ python # start an interpreter
304304
>>> import MDAnalysis as mda
305305
>>> mda.__version__
306-
'2.8.0-dev0'
306+
'2.9.0-dev0'
307307
308308
309309
With pip and virtualenv
@@ -321,7 +321,7 @@ dependencies, do the following:
321321
322322
python -m pip install \
323323
'cython>=0.28' \
324-
'fasteners' \
324+
'filelock' \
325325
'griddataformats>=0.4.0' \
326326
'hypothesis' \
327327
'matplotlib>=1.5.1' \
@@ -396,7 +396,7 @@ At this point you should be able to import MDAnalysis from your locally built ve
396396
$ python # start an interpreter
397397
>>> import MDAnalysis as mda
398398
>>> mda.__version__
399-
'2.8.0-dev0'
399+
'2.9.0-dev0'
400400
401401
402402
.. _branches-in-mdanalysis:

0 commit comments

Comments
 (0)