Skip to content

Commit 03c1cd3

Browse files
remove most package version pinning in requirements files
1 parent f0ee6b3 commit 03c1cd3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

doc/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Cython==3.1.2
2-
numpy==2.3.2
3-
scipy==1.16.1
4-
pydata-sphinx-theme==0.16.1
5-
sphinx_design==0.6.1
6-
sphinx-autobuild==2024.10.3
7-
nbsphinx==0.9.7
8-
ipython==9.4.0
9-
matplotlib==3.10.5
10-
pickleshare==0.7.5
11-
jupyter==1.1.1
1+
Cython
2+
numpy
3+
scipy
4+
pydata-sphinx-theme
5+
sphinx_design
6+
sphinx-autobuild
7+
nbsphinx
8+
ipython
9+
matplotlib
10+
pickleshare
11+
jupyter
1212
open_spiel==1.6.9

tests/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest
2-
nbformat==5.10.4
3-
nbclient==0.10.2
4-
ipykernel==6.30.1
2+
nbformat
3+
nbclient
4+
ipykernel

0 commit comments

Comments
 (0)